Html Css Color HEX #B62ADE Dark Orchid

📋 copy color: '#B62ADE'

red 182 ◦ green 42 ◦ blue 222

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

Shades of Dark Orchid #B62ADE

Tints of Dark Orchid #B62ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.78%

R = 40.81%
G = 9.42%
B = 49.78%

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

#B62ADE (or 0xB62ADE) is known color: Dark Orchid. HEX triplet: B6, 2A and DE. RGB value is (182,42,222). Sum of RGB (Red+Green+Blue) = 182+42+222=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 42 (16.80% from 255 or 9.42% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #B62ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62ADE is #49D521. Grayscale: #676767. Windows color (decimal): -4838690 or 14559926. OLE color: 14559926.

HSL color Cylindrical-coordinate representation of color #B62ADE: hue angle of 286.67º degrees, saturation: 0.73, 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 #B62ADE is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 42 222 -
CMYK 0.18 0.81 0 0.13
HSL 286.67º 0.73% 0.52% -
HSV(B) 286.67º 0.81% 0.87% -
XYZ 33.3 16.87 70.61 -
YUV 104.38 194.38 183.36 -
System Red Green Blue C M Y K H S L
Decimal 182 42 222 0.18 0.81 0 0.13 286.67 0.73 0.52
Hex B6 2A DE 12 51 0 D 11F 49 34
Octal 266 52 336 22 121 0 15 437 111 64
Binary 10110110 101010 11011110 10010 1010001 0 1101 100011111 1001001 110100

Color Harmonies of #B62ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62ADE

Black with #B62ADE

Text Example


Text Example

White with #B62ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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