Html Css Color HEX #B62ACD Dark Orchid

📋 copy color: '#B62ACD'

red 182 ◦ green 42 ◦ blue 205

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

Shades of Dark Orchid #B62ACD

Tints of Dark Orchid #B62ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.79%

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

R = 42.42%
G = 9.79%
B = 47.79%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B62ACD (or 0xB62ACD) is known color: Dark Orchid. HEX triplet: B6, 2A and CD. RGB value is (182,42,205). Sum of RGB (Red+Green+Blue) = 182+42+205=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 42 (16.80% from 255 or 9.79% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #B62ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62ACD is #49D532. Grayscale: #656565. Windows color (decimal): -4838707 or 13445814. OLE color: 13445814.

HSL color Cylindrical-coordinate representation of color #B62ACD: hue angle of 291.53º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B62ACD is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 42 205 -
CMYK 0.11 0.80 0 0.20
HSL 291.53º 0.66% 0.48% -
HSV(B) 291.53º 0.8% 0.8% -
XYZ 31.14 16.01 59.21 -
YUV 102.44 185.88 184.75 -
System Red Green Blue C M Y K H S L
Decimal 182 42 205 0.11 0.80 0 0.20 291.53 0.66 0.48
Hex B6 2A CD B 50 0 14 124 42 30
Octal 266 52 315 13 120 0 24 444 102 60
Binary 10110110 101010 11001101 1011 1010000 0 10100 100100100 1000010 110000

Color Harmonies of #B62ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62ACD

Black with #B62ACD

Text Example


Text Example

White with #B62ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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