Html Css Color HEX #B02ADE Dark Orchid

📋 copy color: '#B02ADE'

red 176 ◦ green 42 ◦ blue 222

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

Shades of Dark Orchid #B02ADE

Tints of Dark Orchid #B02ADE

RGB

 RED value IS 176 (69.14% from 255) = 40%

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

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

R = 40%
G = 9.55%
B = 50.45%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B02ADE (or 0xB02ADE) is known color: Dark Orchid. HEX triplet: B0, 2A and DE. RGB value is (176,42,222). Sum of RGB (Red+Green+Blue) = 176+42+222=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 42 (16.80% from 255 or 9.55% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #B02ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02ADE is #4FD521. Grayscale: #666666. Windows color (decimal): -5231906 or 14559920. OLE color: 14559920.

HSL color Cylindrical-coordinate representation of color #B02ADE: hue angle of 284.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 #B02ADE is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 42 222 -
CMYK 0.21 0.81 0 0.13
HSL 284.67º 0.73% 0.52% -
HSV(B) 284.67º 0.81% 0.87% -
XYZ 31.92 16.16 70.54 -
YUV 102.59 195.39 180.36 -
System Red Green Blue C M Y K H S L
Decimal 176 42 222 0.21 0.81 0 0.13 284.67 0.73 0.52
Hex B0 2A DE 15 51 0 D 11D 49 34
Octal 260 52 336 25 121 0 15 435 111 64
Binary 10110000 101010 11011110 10101 1010001 0 1101 100011101 1001001 110100

Color Harmonies of #B02ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02ADE

Black with #B02ADE

Text Example


Text Example

White with #B02ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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