#B126C8

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

Shades of Dark Orchid #B126C8

Tints of Dark Orchid #B126C8

Color information

#B126C8 (or 0xB126C8) is unknown color: approx Dark Orchid. HEX triplet: B1, 26 and C8. RGB value is (177,38,200). Sum of RGB (Red+Green+Blue) = 177+38+200=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 38 (15.23% from 255 or 9.16% from 415); Blue value is 200 (78.52% from 255 or 48.19% from 415); Max value from RGB is 200 - color contains mainly: blue. Hex color #B126C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B126C8 is #4ED937. Grayscale: #616161. Windows color (decimal): -5167416 or 13117105. OLE color: 13117105.

HSL color Cylindrical-coordinate representation of color #B126C8: hue angle of 291.48º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B126C8 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17738200-
CMYK0.120.8100.22
HSL291.48º68.07%46.67%-
HSV(B)291.48º81%78.43%-
XYZ29.2514.955.98-
YUV98.03185.55184.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.65%
GREEN value IS 38 (15.23% from 255) = 9.16%
BLUE value IS 200 (78.52% from 255) = 48.19%
R=42.65%
G=9.16%
B=48.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal177382000.120.8100.22291.4868.0746.67
HexB126C8C51016123442f
Octal261463101412102644310457
Binary1011000110011011001000110010100010101101001000111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B126C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B126C8; }

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

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

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

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

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

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

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

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