Html Css Color HEX #B62DCD Dark Orchid

📋 copy color: '#B62DCD'

red 182 ◦ green 45 ◦ blue 205

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

Shades of Dark Orchid #B62DCD

Tints of Dark Orchid #B62DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.45%

R = 42.13%
G = 10.42%
B = 47.45%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B62DCD (or 0xB62DCD) is known color: Dark Orchid. HEX triplet: B6, 2D and CD. RGB value is (182,45,205). Sum of RGB (Red+Green+Blue) = 182+45+205=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #B62DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62DCD is #49D232. Grayscale: #676767. Windows color (decimal): -4837939 or 13446582. OLE color: 13446582.

HSL color Cylindrical-coordinate representation of color #B62DCD: hue angle of 291.38º 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 #B62DCD is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 45 205 -
CMYK 0.11 0.78 0 0.20
HSL 291.38º 0.64% 0.49% -
HSV(B) 291.38º 0.78% 0.8% -
XYZ 31.25 16.23 59.24 -
YUV 104.2 184.89 183.49 -
System Red Green Blue C M Y K H S L
Decimal 182 45 205 0.11 0.78 0 0.20 291.38 0.64 0.49
Hex B6 2D CD B 4E 0 14 123 40 31
Octal 266 55 315 13 116 0 24 443 100 61
Binary 10110110 101101 11001101 1011 1001110 0 10100 100100011 1000000 110001

Color Harmonies of #B62DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62DCD

Black with #B62DCD

Text Example


Text Example

White with #B62DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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