#B230BF

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

Shades of Dark Orchid #B230BF

Tints of Dark Orchid #B230BF

Color information

#B230BF (or 0xB230BF) is unknown color: approx Dark Orchid. HEX triplet: B2, 30 and BF. RGB value is (178,48,191). Sum of RGB (Red+Green+Blue) = 178+48+191=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #B230BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B230BF is #4DCF40. Grayscale: #666666. Windows color (decimal): -5099329 or 12529842. OLE color: 12529842.

HSL color Cylindrical-coordinate representation of color #B230BF: hue angle of 294.55º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B230BF is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17848191-
CMYK0.070.7500.25
HSL294.55º59.83%46.86%-
HSV(B)294.55º74.87%74.9%-
XYZ28.8215.3450.73-
YUV103.17177.57181.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.69%
GREEN value IS 48 (19.14% from 255) = 11.51%
BLUE value IS 191 (75% from 255) = 45.80%
R=42.69%
G=11.51%
B=45.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178481910.070.7500.25294.5559.8346.86
HexB230BF74B0191273c2f
Octal2626027771130314477457
Binary10110010110000101111111111001011011001100100111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B230BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B230BF; }

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

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

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

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

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

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

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

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