#B229C5

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

Shades of Dark Orchid #B229C5

Tints of Dark Orchid #B229C5

Color information

#B229C5 (or 0xB229C5) is unknown color: approx Dark Orchid. HEX triplet: B2, 29 and C5. RGB value is (178,41,197). Sum of RGB (Red+Green+Blue) = 178+41+197=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 197 (77.34% from 255 or 47.36% from 416); Max value from RGB is 197 - color contains mainly: blue. Hex color #B229C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B229C5 is #4DD63A. Grayscale: #636363. Windows color (decimal): -5101115 or 12921266. OLE color: 12921266.

HSL color Cylindrical-coordinate representation of color #B229C5: hue angle of 292.69º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B229C5 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17841197-
CMYK0.100.7900.23
HSL292.69º65.55%46.67%-
HSV(B)292.69º79.19%77.25%-
XYZ29.2315.0854.19-
YUV99.75182.89183.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.79%
GREEN value IS 41 (16.41% from 255) = 9.86%
BLUE value IS 197 (77.34% from 255) = 47.36%
R=42.79%
G=9.86%
B=47.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal178411970.100.7900.23292.6965.5546.67
HexB229C5A4F017125422f
Octal262513051211702744510257
Binary1011001010100111000101101010011110101111001001011000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B229C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B229C5; }

 p { color: rgb(178,41,197); }

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

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

 a { background-color: rgb(178,41,197); }

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

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

 span { border-color: rgb(178,41,197); }

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