#B230C5

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

Shades of Dark Orchid #B230C5

Tints of Dark Orchid #B230C5

Color information

#B230C5 (or 0xB230C5) is unknown color: approx Dark Orchid. HEX triplet: B2, 30 and C5. RGB value is (178,48,197). Sum of RGB (Red+Green+Blue) = 178+48+197=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 197 (77.34% from 255 or 46.57% from 423); Max value from RGB is 197 - color contains mainly: blue. Hex color #B230C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B230C5 is #4DCF3A. Grayscale: #676767. Windows color (decimal): -5099323 or 12923058. OLE color: 12923058.

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

Color convert

RGB17848197-
CMYK0.100.7600.23
HSL292.35º60.82%48.04%-
HSV(B)292.35º75.63%77.25%-
XYZ29.515.6154.28-
YUV103.86180.57180.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.08%
GREEN value IS 48 (19.14% from 255) = 11.35%
BLUE value IS 197 (77.34% from 255) = 46.57%
R=42.08%
G=11.35%
B=46.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal178481970.100.7600.23292.3560.8248.04
HexB230C5A4C0171243d30
Octal26260305121140274447560
Binary101100101100001100010110101001100010111100100100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B230C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B230C5; }

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

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

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

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

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

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

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

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