Html Css Color HEX #B00ADB Dark Violet

📋 copy color: '#B00ADB'

red 176 ◦ green 10 ◦ blue 219

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

Shades of Dark Violet #B00ADB

Tints of Dark Violet #B00ADB

RGB

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

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

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

R = 43.46%
G = 2.47%
B = 54.07%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B00ADB (or 0xB00ADB) is known color: Dark Violet. HEX triplet: B0, 0A and DB. RGB value is (176,10,219). Sum of RGB (Red+Green+Blue) = 176+10+219=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 10 (4.30% from 255 or 2.47% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #B00ADB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00ADB is #4FF524. Grayscale: #525252. Windows color (decimal): -5240101 or 14355120. OLE color: 14355120.

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

Color convert

RGB 176 10 219 -
CMYK 0.20 0.95 0 0.14
HSL 287.66º 0.91% 0.45% -
HSV(B) 287.66º 0.95% 0.86% -
XYZ 30.8 14.56 68.21 -
YUV 83.46 204.5 194.01 -
System Red Green Blue C M Y K H S L
Decimal 176 10 219 0.20 0.95 0 0.14 287.66 0.91 0.45
Hex B0 A DB 14 5F 0 E 120 5B 2D
Octal 260 12 333 24 137 0 16 440 133 55
Binary 10110000 1010 11011011 10100 1011111 0 1110 100100000 1011011 101101

Color Harmonies of #B00ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00ADB

Black with #B00ADB

Text Example


Text Example

White with #B00ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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