#B226BA

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

Shades of Dark Orchid #B226BA

Tints of Dark Orchid #B226BA

Color information

#B226BA (or 0xB226BA) is unknown color: approx Dark Orchid. HEX triplet: B2, 26 and BA. RGB value is (178,38,186). Sum of RGB (Red+Green+Blue) = 178+38+186=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 38 (15.23% from 255 or 9.45% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #B226BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B226BA is #4DD945. Grayscale: #606060. Windows color (decimal): -5101894 or 12199602. OLE color: 12199602.

HSL color Cylindrical-coordinate representation of color #B226BA: hue angle of 296.76º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B226BA is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17838186-
CMYK0.040.8000.27
HSL296.76º66.07%43.92%-
HSV(B)296.76º79.57%72.94%-
XYZ27.9214.447.76-
YUV96.73178.38185.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.28%
GREEN value IS 38 (15.23% from 255) = 9.45%
BLUE value IS 186 (73.05% from 255) = 46.27%
R=44.28%
G=9.45%
B=46.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178381860.040.8000.27296.7666.0743.92
HexB226BA45001B129422c
Octal26246272412003345110254
Binary101100101001101011101010010100000110111001010011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B226BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B226BA; }

 p { color: rgb(178,38,186); }

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

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

 a { background-color: rgb(178,38,186); }

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

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

 span { border-color: rgb(178,38,186); }

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