#B430C6

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

Shades of Dark Orchid #B430C6

Tints of Dark Orchid #B430C6

Color information

#B430C6 (or 0xB430C6) is unknown color: approx Dark Orchid. HEX triplet: B4, 30 and C6. RGB value is (180,48,198). Sum of RGB (Red+Green+Blue) = 180+48+198=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 198 (77.73% from 255 or 46.48% from 426); Max value from RGB is 198 - color contains mainly: blue. Hex color #B430C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B430C6 is #4BCF39. Grayscale: #686868. Windows color (decimal): -4968250 or 12988596. OLE color: 12988596.

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

Color convert

RGB18048198-
CMYK0.090.7600.22
HSL292.8º60.98%48.24%-
HSV(B)292.8º75.76%77.65%-
XYZ30.0715.8954.91-
YUV104.57180.73181.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.25%
GREEN value IS 48 (19.14% from 255) = 11.27%
BLUE value IS 198 (77.73% from 255) = 46.48%
R=42.25%
G=11.27%
B=46.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal180481980.090.7600.22292.860.9848.24
HexB430C694C0161253d30
Octal26460306111140264457560
Binary101101001100001100011010011001100010110100100101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B430C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B430C6; }

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

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

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

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

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

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

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

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