Html Css Color HEX #B30ADB Dark Violet

📋 copy color: '#B30ADB'

red 179 ◦ green 10 ◦ blue 219

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

Shades of Dark Violet #B30ADB

Tints of Dark Violet #B30ADB

RGB

 RED value IS 179 (70.31% from 255) = 43.87%

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

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

R = 43.87%
G = 2.45%
B = 53.68%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B30ADB (or 0xB30ADB) is known color: Dark Violet. HEX triplet: B3, 0A and DB. RGB value is (179,10,219). Sum of RGB (Red+Green+Blue) = 179+10+219=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 10 (4.30% from 255 or 2.45% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #B30ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30ADB is #4CF524. Grayscale: #535353. Windows color (decimal): -5043493 or 14355123. OLE color: 14355123.

HSL color Cylindrical-coordinate representation of color #B30ADB: hue angle of 288.52º 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 #B30ADB is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 10 219 -
CMYK 0.18 0.95 0 0.14
HSL 288.52º 0.91% 0.45% -
HSV(B) 288.52º 0.95% 0.86% -
XYZ 31.49 14.92 68.24 -
YUV 84.36 203.99 195.51 -
System Red Green Blue C M Y K H S L
Decimal 179 10 219 0.18 0.95 0 0.14 288.52 0.91 0.45
Hex B3 A DB 12 5F 0 E 121 5B 2D
Octal 263 12 333 22 137 0 16 441 133 55
Binary 10110011 1010 11011011 10010 1011111 0 1110 100100001 1011011 101101

Color Harmonies of #B30ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30ADB

Black with #B30ADB

Text Example


Text Example

White with #B30ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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