Html Css Color HEX #B62DCC Dark Orchid

📋 copy color: '#B62DCC'

red 182 ◦ green 45 ◦ blue 204

#B62DCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B62DCC

Tints of Dark Orchid #B62DCC

RGB

 RED value IS 182 (71.48% from 255) = 42.23%

 GREEN value IS 45 (17.97% from 255) = 10.44%

 BLUE value IS 204 (80.08% from 255) = 47.33%

R = 42.23%
G = 10.44%
B = 47.33%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B62DCC (or 0xB62DCC) is known color: Dark Orchid. HEX triplet: B6, 2D and CC. RGB value is (182,45,204). Sum of RGB (Red+Green+Blue) = 182+45+204=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #B62DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62DCC is #49D233. Grayscale: #676767. Windows color (decimal): -4837940 or 13381046. OLE color: 13381046.

HSL color Cylindrical-coordinate representation of color #B62DCC: hue angle of 291.7º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B62DCC is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 45 204 -
CMYK 0.11 0.78 0 0.2
HSL 291.7º 0.64% 0.49% -
HSV(B) 291.7º 0.78% 0.8% -
XYZ 31.13 16.18 58.61 -
YUV 104.09 184.39 183.57 -
System Red Green Blue C M Y K H S L
Decimal 182 45 204 0.11 0.78 0 0.2 291.7 0.64 0.49
Hex B6 2D CC B 4E 0 14 124 40 31
Octal 266 55 314 13 116 0 24 444 100 61
Binary 10110110 101101 11001100 1011 1001110 0 10100 100100100 1000000 110001

Color Harmonies of #B62DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62DCC

Black with #B62DCC

Text Example


Text Example

White with #B62DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62DCC; }

 p { color: rgb(182,45,204); }

 H1.HeaderClassName
 {
   color: #B62DCC;
 }
 .AnyTagClassName
 {
   color: #B62DCC;
 }
</style>

background-color css

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

 a { background-color: rgb(182,45,204); }

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

border-color css

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

 span { border-color: rgb(182,45,204); }

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