#B228B8

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

Shades of Dark Orchid #B228B8

Tints of Dark Orchid #B228B8

Color information

#B228B8 (or 0xB228B8) is unknown color: approx Dark Orchid. HEX triplet: B2, 28 and B8. RGB value is (178,40,184). Sum of RGB (Red+Green+Blue) = 178+40+184=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 184 (72.27% from 255 or 45.77% from 402); Max value from RGB is 184 - color contains mainly: blue. Hex color #B228B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B228B8 is #4DD747. Grayscale: #616161. Windows color (decimal): -5101384 or 12069042. OLE color: 12069042.

HSL color Cylindrical-coordinate representation of color #B228B8: hue angle of 297.5º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B228B8 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17840184-
CMYK0.030.7800.28
HSL297.5º64.29%43.92%-
HSV(B)297.5º78.26%72.16%-
XYZ27.7714.4446.67-
YUV97.68176.72185.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.28%
GREEN value IS 40 (16.02% from 255) = 9.95%
BLUE value IS 184 (72.27% from 255) = 45.77%
R=44.28%
G=9.95%
B=45.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal178401840.030.7800.28297.564.2943.92
HexB228B834E01C12a402c
Octal26250270311603445210054
Binary10110010101000101110001110011100111001001010101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B228B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B228B8; }

 p { color: rgb(178,40,184); }

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

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

 a { background-color: rgb(178,40,184); }

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

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

 span { border-color: rgb(178,40,184); }

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