Html Css Color HEX #B30DDB Dark Violet

📋 copy color: '#B30DDB'

red 179 ◦ green 13 ◦ blue 219

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

Shades of Dark Violet #B30DDB

Tints of Dark Violet #B30DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.16%

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

R = 43.55%
G = 3.16%
B = 53.28%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B30DDB (or 0xB30DDB) is known color: Dark Violet. HEX triplet: B3, 0D and DB. RGB value is (179,13,219). Sum of RGB (Red+Green+Blue) = 179+13+219=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 13 (5.47% from 255 or 3.16% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #B30DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30DDB is #4CF224. Grayscale: #555555. Windows color (decimal): -5042725 or 14355891. OLE color: 14355891.

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

Color convert

RGB 179 13 219 -
CMYK 0.18 0.94 0 0.14
HSL 288.35º 0.89% 0.45% -
HSV(B) 288.35º 0.94% 0.86% -
XYZ 31.52 14.99 68.25 -
YUV 86.12 203 194.25 -
System Red Green Blue C M Y K H S L
Decimal 179 13 219 0.18 0.94 0 0.14 288.35 0.89 0.45
Hex B3 D DB 12 5E 0 E 120 59 2D
Octal 263 15 333 22 136 0 16 440 131 55
Binary 10110011 1101 11011011 10010 1011110 0 1110 100100000 1011001 101101

Color Harmonies of #B30DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30DDB

Black with #B30DDB

Text Example


Text Example

White with #B30DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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