#B227DC

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

Shades of Dark Orchid #B227DC

Tints of Dark Orchid #B227DC

Color information

#B227DC (or 0xB227DC) is unknown color: approx Dark Orchid. HEX triplet: B2, 27 and DC. RGB value is (178,39,220). Sum of RGB (Red+Green+Blue) = 178+39+220=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 39 (15.62% from 255 or 8.92% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #B227DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B227DC is #4DD823. Grayscale: #646464. Windows color (decimal): -5101604 or 14428082. OLE color: 14428082.

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

Color convert

RGB17839220-
CMYK0.190.8200.14
HSL286.08º72.11%50.78%-
HSV(B)286.08º82.27%86.27%-
XYZ3216.0869.13-
YUV101.2195.05182.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.73%
GREEN value IS 39 (15.62% from 255) = 8.92%
BLUE value IS 220 (86.33% from 255) = 50.34%
R=40.73%
G=8.92%
B=50.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal178392200.190.8200.14286.0872.1150.78
HexB227DC13520E11e4833
Octal262473342312201643611063
Binary1011001010011111011100100111010010011101000111101001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B227DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B227DC; }

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

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

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

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

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

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

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

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