#B227E5

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

Shades of Dark Orchid #B227E5

Tints of Dark Orchid #B227E5

Color information

#B227E5 (or 0xB227E5) is unknown color: approx Dark Orchid. HEX triplet: B2, 27 and E5. RGB value is (178,39,229). Sum of RGB (Red+Green+Blue) = 178+39+229=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 39 (15.62% from 255 or 8.74% from 446); Blue value is 229 (89.84% from 255 or 51.35% from 446); Max value from RGB is 229 - color contains mainly: blue. Hex color #B227E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B227E5 is #4DD81A. Grayscale: #656565. Windows color (decimal): -5101595 or 15017906. OLE color: 15017906.

HSL color Cylindrical-coordinate representation of color #B227E5: hue angle of 283.89º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B227E5 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17839229-
CMYK0.220.8300.10
HSL283.89º78.51%52.55%-
HSV(B)283.89º82.97%89.8%-
XYZ33.2316.5775.58-
YUV102.22199.55182.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.91%
GREEN value IS 39 (15.62% from 255) = 8.74%
BLUE value IS 229 (89.84% from 255) = 51.35%
R=39.91%
G=8.74%
B=51.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal178392290.220.8300.10283.8978.5152.55
HexB227E516530A11c4f35
Octal262473452612301243411765
Binary1011001010011111100101101101010011010101000111001001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B227E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B227E5; }

 p { color: rgb(178,39,229); }

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

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

 a { background-color: rgb(178,39,229); }

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

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

 span { border-color: rgb(178,39,229); }

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