#B42FC6

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

Shades of Dark Orchid #B42FC6

Tints of Dark Orchid #B42FC6

Color information

#B42FC6 (or 0xB42FC6) is unknown color: approx Dark Orchid. HEX triplet: B4, 2F and C6. RGB value is (180,47,198). Sum of RGB (Red+Green+Blue) = 180+47+198=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 198 (77.73% from 255 or 46.59% from 425); Max value from RGB is 198 - color contains mainly: blue. Hex color #B42FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42FC6 is #4BD039. Grayscale: #676767. Windows color (decimal): -4968506 or 12988340. OLE color: 12988340.

HSL color Cylindrical-coordinate representation of color #B42FC6: hue angle of 292.85º degrees, saturation: 0.62, 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 #B42FC6 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18047198-
CMYK0.090.7600.22
HSL292.85º61.63%48.04%-
HSV(B)292.85º76.26%77.65%-
XYZ30.0315.8154.9-
YUV103.98181.06182.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 47 (18.75% from 255) = 11.06%
BLUE value IS 198 (77.73% from 255) = 46.59%
R=42.35%
G=11.06%
B=46.59%

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
Decimal180471980.090.7600.22292.8561.6348.04
HexB42FC694C0161253e30
Octal26457306111140264457660
Binary101101001011111100011010011001100010110100100101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42FC6; }

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

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

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

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

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

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

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

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