Html Css Color HEX #B00ADE Dark Violet

📋 copy color: '#B00ADE'

red 176 ◦ green 10 ◦ blue 222

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

Shades of Dark Violet #B00ADE

Tints of Dark Violet #B00ADE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.45%

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

R = 43.14%
G = 2.45%
B = 54.41%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B00ADE (or 0xB00ADE) is known color: Dark Violet. HEX triplet: B0, 0A and DE. RGB value is (176,10,222). Sum of RGB (Red+Green+Blue) = 176+10+222=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 10 (4.30% from 255 or 2.45% from 408); Blue value is 222 (87.11% from 255 or 54.41% from 408); Max value from RGB is 222 - color contains mainly: blue. Hex color #B00ADE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00ADE is #4FF521. Grayscale: #535353. Windows color (decimal): -5240098 or 14551728. OLE color: 14551728.

HSL color Cylindrical-coordinate representation of color #B00ADE: hue angle of 286.98º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B00ADE is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 10 222 -
CMYK 0.21 0.95 0 0.13
HSL 286.98º 0.91% 0.45% -
HSV(B) 286.98º 0.95% 0.87% -
XYZ 31.2 14.72 70.3 -
YUV 83.8 206 193.76 -
System Red Green Blue C M Y K H S L
Decimal 176 10 222 0.21 0.95 0 0.13 286.98 0.91 0.45
Hex B0 A DE 15 5F 0 D 11F 5B 2D
Octal 260 12 336 25 137 0 15 437 133 55
Binary 10110000 1010 11011110 10101 1011111 0 1101 100011111 1011011 101101

Color Harmonies of #B00ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00ADE

Black with #B00ADE

Text Example


Text Example

White with #B00ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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