#B227B4

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

Shades of Dark Orchid #B227B4

Tints of Dark Orchid #B227B4

Color information

#B227B4 (or 0xB227B4) is unknown color: approx Dark Orchid. HEX triplet: B2, 27 and B4. RGB value is (178,39,180). Sum of RGB (Red+Green+Blue) = 178+39+180=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 180 - color contains mainly: blue. Hex color #B227B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B227B4 is #4DD84B. Grayscale: #606060. Windows color (decimal): -5101644 or 11806642. OLE color: 11806642.

HSL color Cylindrical-coordinate representation of color #B227B4: hue angle of 299.15º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B227B4 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17839180-
CMYK0.010.7800.29
HSL299.15º64.38%42.94%-
HSV(B)299.15º78.33%70.59%-
XYZ27.3214.2144.48-
YUV96.64175.05186.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.84%
GREEN value IS 39 (15.62% from 255) = 9.82%
BLUE value IS 180 (70.70% from 255) = 45.34%
R=44.84%
G=9.82%
B=45.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178391800.010.7800.29299.1564.3842.94
HexB227B414E01D12b402b
Octal26247264111603545310053
Binary1011001010011110110100110011100111011001010111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B227B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B227B4; }

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

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

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

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

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

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

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

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