Html Css Color HEX #B62ADB Dark Orchid

📋 copy color: '#B62ADB'

red 182 ◦ green 42 ◦ blue 219

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

Shades of Dark Orchid #B62ADB

Tints of Dark Orchid #B62ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.44%

R = 41.08%
G = 9.48%
B = 49.44%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B62ADB (or 0xB62ADB) is known color: Dark Orchid. HEX triplet: B6, 2A and DB. RGB value is (182,42,219). Sum of RGB (Red+Green+Blue) = 182+42+219=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 42 (16.80% from 255 or 9.48% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #B62ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62ADB is #49D524. Grayscale: #676767. Windows color (decimal): -4838693 or 14363318. OLE color: 14363318.

HSL color Cylindrical-coordinate representation of color #B62ADB: hue angle of 287.46º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B62ADB is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 42 219 -
CMYK 0.17 0.81 0 0.14
HSL 287.46º 0.71% 0.51% -
HSV(B) 287.46º 0.81% 0.86% -
XYZ 32.91 16.72 68.51 -
YUV 104.04 192.88 183.61 -
System Red Green Blue C M Y K H S L
Decimal 182 42 219 0.17 0.81 0 0.14 287.46 0.71 0.51
Hex B6 2A DB 11 51 0 E 11F 47 33
Octal 266 52 333 21 121 0 16 437 107 63
Binary 10110110 101010 11011011 10001 1010001 0 1110 100011111 1000111 110011

Color Harmonies of #B62ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62ADB

Black with #B62ADB

Text Example


Text Example

White with #B62ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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