#B62CC1

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

Shades of Dark Orchid #B62CC1

Tints of Dark Orchid #B62CC1

Color information

#B62CC1 (or 0xB62CC1) is unknown color: approx Dark Orchid. HEX triplet: B6, 2C and C1. RGB value is (182,44,193). Sum of RGB (Red+Green+Blue) = 182+44+193=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #B62CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62CC1 is #49D33E. Grayscale: #656565. Windows color (decimal): -4838207 or 12659894. OLE color: 12659894.

HSL color Cylindrical-coordinate representation of color #B62CC1: hue angle of 295.57º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B62CC1 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18244193-
CMYK0.060.7700.24
HSL295.57º62.87%46.47%-
HSV(B)295.57º77.2%75.69%-
XYZ29.8215.651.89-
YUV102.25179.22184.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.44%
GREEN value IS 44 (17.58% from 255) = 10.50%
BLUE value IS 193 (75.78% from 255) = 46.06%
R=43.44%
G=10.50%
B=46.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182441930.060.7700.24295.5762.8746.47
HexB62CC164D0181283f2e
Octal2665430161150304507756
Binary10110110101100110000011101001101011000100101000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62CC1; }

 p { color: rgb(182,44,193); }

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

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

 a { background-color: rgb(182,44,193); }

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

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

 span { border-color: rgb(182,44,193); }

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