Html Css Color HEX #B30CDC Dark Violet

📋 copy color: '#B30CDC'

red 179 ◦ green 12 ◦ blue 220

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

Shades of Dark Violet #B30CDC

Tints of Dark Violet #B30CDC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.92%

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

R = 43.55%
G = 2.92%
B = 53.53%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B30CDC (or 0xB30CDC) is known color: Dark Violet. HEX triplet: B3, 0C and DC. RGB value is (179,12,220). Sum of RGB (Red+Green+Blue) = 179+12+220=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #B30CDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30CDC is #4CF323. Grayscale: #545454. Windows color (decimal): -5042980 or 14421171. OLE color: 14421171.

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

Color convert

RGB 179 12 220 -
CMYK 0.19 0.95 0 0.14
HSL 288.17º 0.9% 0.45% -
HSV(B) 288.17º 0.95% 0.86% -
XYZ 31.64 15.01 68.94 -
YUV 85.65 203.83 194.59 -
System Red Green Blue C M Y K H S L
Decimal 179 12 220 0.19 0.95 0 0.14 288.17 0.9 0.45
Hex B3 C DC 13 5F 0 E 120 5A 2D
Octal 263 14 334 23 137 0 16 440 132 55
Binary 10110011 1100 11011100 10011 1011111 0 1110 100100000 1011010 101101

Color Harmonies of #B30CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30CDC

Black with #B30CDC

Text Example


Text Example

White with #B30CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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