Html Css Color HEX #B30DDC Dark Violet

📋 copy color: '#B30DDC'

red 179 ◦ green 13 ◦ blue 220

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

Shades of Dark Violet #B30DDC

Tints of Dark Violet #B30DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.4%

R = 43.45%
G = 3.16%
B = 53.4%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B30DDC (or 0xB30DDC) is known color: Dark Violet. HEX triplet: B3, 0D and DC. RGB value is (179,13,220). Sum of RGB (Red+Green+Blue) = 179+13+220=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 13 (5.47% from 255 or 3.16% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #B30DDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30DDC is #4CF223. Grayscale: #555555. Windows color (decimal): -5042724 or 14421427. OLE color: 14421427.

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

Color convert

RGB 179 13 220 -
CMYK 0.19 0.94 0 0.14
HSL 288.12º 0.89% 0.46% -
HSV(B) 288.12º 0.94% 0.86% -
XYZ 31.65 15.04 68.94 -
YUV 86.23 203.5 194.17 -
System Red Green Blue C M Y K H S L
Decimal 179 13 220 0.19 0.94 0 0.14 288.12 0.89 0.46
Hex B3 D DC 13 5E 0 E 120 59 2E
Octal 263 15 334 23 136 0 16 440 131 56
Binary 10110011 1101 11011100 10011 1011110 0 1110 100100000 1011001 101110

Color Harmonies of #B30DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30DDC

Black with #B30DDC

Text Example


Text Example

White with #B30DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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