Html Css Color HEX #B62AD4 Dark Orchid

📋 copy color: '#B62AD4'

red 182 ◦ green 42 ◦ blue 212

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

Shades of Dark Orchid #B62AD4

Tints of Dark Orchid #B62AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 48.62%

R = 41.74%
G = 9.63%
B = 48.62%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B62AD4 (or 0xB62AD4) is known color: Dark Orchid. HEX triplet: B6, 2A and D4. RGB value is (182,42,212). Sum of RGB (Red+Green+Blue) = 182+42+212=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 42 (16.80% from 255 or 9.63% from 436); Blue value is 212 (83.20% from 255 or 48.62% from 436); Max value from RGB is 212 - color contains mainly: blue. Hex color #B62AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62AD4 is #49D52B. Grayscale: #666666. Windows color (decimal): -4838700 or 13904566. OLE color: 13904566.

HSL color Cylindrical-coordinate representation of color #B62AD4: hue angle of 289.41º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B62AD4 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 182 42 212 -
CMYK 0.14 0.80 0 0.17
HSL 289.41º 0.67% 0.5% -
HSV(B) 289.41º 0.8% 0.83% -
XYZ 32 16.35 63.76 -
YUV 103.24 189.38 184.18 -
System Red Green Blue C M Y K H S L
Decimal 182 42 212 0.14 0.80 0 0.17 289.41 0.67 0.5
Hex B6 2A D4 E 50 0 11 121 43 32
Octal 266 52 324 16 120 0 21 441 103 62
Binary 10110110 101010 11010100 1110 1010000 0 10001 100100001 1000011 110010

Color Harmonies of #B62AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62AD4

Black with #B62AD4

Text Example


Text Example

White with #B62AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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