#b430ce

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

Shades of Dark Orchid #B430CE

Tints of Dark Orchid #B430CE

Color information

#B430CE (or 0xB430CE) is unknown color: approx Dark Orchid. HEX triplet: B4, 30 and CE. RGB value is (180,48,206). Sum of RGB (Red+Green+Blue) = 180+48+206=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #B430CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B430CE is #4BCF31. Grayscale: #686868. Windows color (decimal): -4968242 or 13512884. OLE color: 13512884.

HSL color Cylindrical-coordinate representation of color #B430CE: hue angle of 290.13º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B430CE is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18048206-
CMYK0.130.7700.19
HSL290.13º62.2%49.8%-
HSV(B)290.13º76.7%80.78%-
XYZ31.0216.2759.9-
YUV105.48184.73181.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 48 (19.14% from 255) = 11.06%
BLUE value IS 206 (80.86% from 255) = 47.47%
R=41.47%
G=11.06%
B=47.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal180482060.130.7700.19290.1362.249.8
HexB430CED4D0131223e32
Octal26460316151150234427662
Binary101101001100001100111011011001101010011100100010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b430ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b430ce; }

 p { color: rgb(180,48,206); }

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

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

 a { background-color: rgb(180,48,206); }

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

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

 span { border-color: rgb(180,48,206); }

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