#B226BB

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

Shades of Dark Orchid #B226BB

Tints of Dark Orchid #B226BB

Color information

#B226BB (or 0xB226BB) is unknown color: approx Dark Orchid. HEX triplet: B2, 26 and BB. RGB value is (178,38,187). Sum of RGB (Red+Green+Blue) = 178+38+187=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #B226BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B226BB is #4DD944. Grayscale: #606060. Windows color (decimal): -5101893 or 12265138. OLE color: 12265138.

HSL color Cylindrical-coordinate representation of color #B226BB: hue angle of 296.38º 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 #B226BB is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17838187-
CMYK0.050.8000.27
HSL296.38º66.22%44.12%-
HSV(B)296.38º79.68%73.33%-
XYZ28.0214.4448.32-
YUV96.85178.88185.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.17%
GREEN value IS 38 (15.23% from 255) = 9.43%
BLUE value IS 187 (73.44% from 255) = 46.40%
R=44.17%
G=9.43%
B=46.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178381870.050.8000.27296.3866.2244.12
HexB226BB55001B128422c
Octal26246273512003345010254
Binary101100101001101011101110110100000110111001010001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B226BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B226BB; }

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

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

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

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

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

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

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

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