Html Css Color HEX #B62ADD Dark Orchid

📋 copy color: '#B62ADD'

red 182 ◦ green 42 ◦ blue 221

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

Shades of Dark Orchid #B62ADD

Tints of Dark Orchid #B62ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.66%

R = 40.9%
G = 9.44%
B = 49.66%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B62ADD (or 0xB62ADD) is known color: Dark Orchid. HEX triplet: B6, 2A and DD. RGB value is (182,42,221). Sum of RGB (Red+Green+Blue) = 182+42+221=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 42 (16.80% from 255 or 9.44% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #B62ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62ADD is #49D522. Grayscale: #676767. Windows color (decimal): -4838691 or 14494390. OLE color: 14494390.

HSL color Cylindrical-coordinate representation of color #B62ADD: hue angle of 286.93º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B62ADD is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 42 221 -
CMYK 0.18 0.81 0 0.13
HSL 286.93º 0.72% 0.52% -
HSV(B) 286.93º 0.81% 0.87% -
XYZ 33.17 16.82 69.91 -
YUV 104.27 193.88 183.45 -
System Red Green Blue C M Y K H S L
Decimal 182 42 221 0.18 0.81 0 0.13 286.93 0.72 0.52
Hex B6 2A DD 12 51 0 D 11F 48 34
Octal 266 52 335 22 121 0 15 437 110 64
Binary 10110110 101010 11011101 10010 1010001 0 1101 100011111 1001000 110100

Color Harmonies of #B62ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62ADD

Black with #B62ADD

Text Example


Text Example

White with #B62ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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