#b126d6

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

Shades of Dark Orchid #B126D6

Tints of Dark Orchid #B126D6

Color information

#B126D6 (or 0xB126D6) is unknown color: approx Dark Orchid. HEX triplet: B1, 26 and D6. RGB value is (177,38,214). Sum of RGB (Red+Green+Blue) = 177+38+214=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 214 (83.98% from 255 or 49.88% from 429); Max value from RGB is 214 - color contains mainly: blue. Hex color #B126D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B126D6 is #4ED929. Grayscale: #636363. Windows color (decimal): -5167402 or 14034609. OLE color: 14034609.

HSL color Cylindrical-coordinate representation of color #B126D6: hue angle of 287.39º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B126D6 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17738214-
CMYK0.170.8200.16
HSL287.39º69.84%49.41%-
HSV(B)287.39º82.24%83.92%-
XYZ30.9615.5965-
YUV99.62192.55183.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 38 (15.23% from 255) = 8.86%
BLUE value IS 214 (83.98% from 255) = 49.88%
R=41.26%
G=8.86%
B=49.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal177382140.170.8200.16287.3969.8449.41
HexB126D6115201011f4631
Octal261463262112202043710661
Binary10110001100110110101101000110100100100001000111111000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b126d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b126d6; }

 p { color: rgb(177,38,214); }

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

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

 a { background-color: rgb(177,38,214); }

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

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

 span { border-color: rgb(177,38,214); }

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