#B226CE

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

Shades of Dark Orchid #B226CE

Tints of Dark Orchid #B226CE

Color information

#B226CE (or 0xB226CE) is unknown color: approx Dark Orchid. HEX triplet: B2, 26 and CE. RGB value is (178,38,206). Sum of RGB (Red+Green+Blue) = 178+38+206=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #B226CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B226CE is #4DD931. Grayscale: #626262. Windows color (decimal): -5101874 or 13510322. OLE color: 13510322.

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

Color convert

RGB17838206-
CMYK0.140.8200.19
HSL290º68.85%47.84%-
HSV(B)290º81.55%80.78%-
XYZ30.1915.3159.76-
YUV99.01188.38184.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.18%
GREEN value IS 38 (15.23% from 255) = 9.00%
BLUE value IS 206 (80.86% from 255) = 48.82%
R=42.18%
G=9.00%
B=48.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal178382060.140.8200.1929068.8547.84
HexB226CEE520131224530
Octal262463161612202344210560
Binary1011001010011011001110111010100100100111001000101000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B226CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B226CE; }

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

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

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

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

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

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

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

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