#b128cf

Color #B128CF Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B128CF

Tints of Dark Orchid #B128CF

Color information

#B128CF (or 0xB128CF) is unknown color: approx Dark Orchid. HEX triplet: B1, 28 and CF. RGB value is (177,40,207). Sum of RGB (Red+Green+Blue) = 177+40+207=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #B128CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B128CF is #4ED730. Grayscale: #636363. Windows color (decimal): -5166897 or 13576369. OLE color: 13576369.

HSL color Cylindrical-coordinate representation of color #B128CF: hue angle of 289.22º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B128CF is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17740207-
CMYK0.140.8100.19
HSL289.22º67.61%48.43%-
HSV(B)289.22º80.68%81.18%-
XYZ30.1515.3760.41-
YUV100188.39182.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 41.75%
GREEN value IS 40 (16.02% from 255) = 9.43%
BLUE value IS 207 (81.25% from 255) = 48.82%
R=41.75%
G=9.43%
B=48.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal177402070.140.8100.19289.2267.6148.43
HexB128CFE510131214430
Octal261503171612102344110460
Binary1011000110100011001111111010100010100111001000011000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b128cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b128cf; }

 p { color: rgb(177,40,207); }

 H1.HeaderClassName
 {
   color: #b128cf;
 }
 .AnyTagClassName
 {
   color: #b128cf;
 }
</style>
background-color css

<style>
 a { background-color: #b128cf; }

 a { background-color: rgb(177,40,207); }

 div.DivClassName
 {
   background-color: #b128cf;
 }
 .BgClassName
 {
   background-color: #b128cf;
 }
</style>
border-color css

<style>
 span { border-color: #b128cf; }

 span { border-color: rgb(177,40,207); }

 td.TdClassName
 {
   border-color: #b128cf;
 }
 .TagClassName
 {
   border-color: #b128cf;
 }
</style>