#b228b4

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

Shades of Dark Orchid #B228B4

Tints of Dark Orchid #B228B4

Color information

#B228B4 (or 0xB228B4) is unknown color: approx Dark Orchid. HEX triplet: B2, 28 and B4. RGB value is (178,40,180). Sum of RGB (Red+Green+Blue) = 178+40+180=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 180 - color contains mainly: blue. Hex color #B228B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B228B4 is #4DD74B. Grayscale: #606060. Windows color (decimal): -5101388 or 11806898. OLE color: 11806898.

HSL color Cylindrical-coordinate representation of color #B228B4: hue angle of 299.14º 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 #B228B4 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17840180-
CMYK0.010.7800.29
HSL299.14º63.64%43.14%-
HSV(B)299.14º77.78%70.59%-
XYZ27.3614.2844.49-
YUV97.22174.72185.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.72%
GREEN value IS 40 (16.02% from 255) = 10.05%
BLUE value IS 180 (70.70% from 255) = 45.23%
R=44.72%
G=10.05%
B=45.23%

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
Decimal178401800.010.7800.29299.1463.6443.14
HexB228B414E01D12b402b
Octal26250264111603545310053
Binary1011001010100010110100110011100111011001010111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b228b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b228b4; }

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

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

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

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

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

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

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

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