#B227AE

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

Shades of Dark Orchid #B227AE

Tints of Dark Orchid #B227AE

Color information

#B227AE (or 0xB227AE) is unknown color: approx Dark Orchid. HEX triplet: B2, 27 and AE. RGB value is (178,39,174). Sum of RGB (Red+Green+Blue) = 178+39+174=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B227AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B227AE is #4DD851. Grayscale: #5F5F5F. Windows color (decimal): -5101650 or 11413426. OLE color: 11413426.

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

Color convert

RGB17839174-
CMYK00.780.020.30
HSL301.73º64.06%42.55%-
HSV(B)301.73º78.09%69.8%-
XYZ26.7313.9741.33-
YUV95.95172.05186.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.52%
GREEN value IS 39 (15.62% from 255) = 9.97%
BLUE value IS 174 (68.36% from 255) = 44.50%
R=45.52%
G=9.97%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783917400.780.020.30301.7364.0642.55
HexB227AE04E21E12e402b
Octal26247256011623645610053
Binary10110010100111101011100100111010111101001011101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B227AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B227AE; }

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

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

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

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

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

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

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

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