Html Css Color HEX #B30FDC Dark Violet

📋 copy color: '#B30FDC'

red 179 ◦ green 15 ◦ blue 220

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

Shades of Dark Violet #B30FDC

Tints of Dark Violet #B30FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.62%

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

R = 43.24%
G = 3.62%
B = 53.14%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B30FDC (or 0xB30FDC) is known color: Dark Violet. HEX triplet: B3, 0F and DC. RGB value is (179,15,220). Sum of RGB (Red+Green+Blue) = 179+15+220=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #B30FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30FDC is #4CF023. Grayscale: #565656. Windows color (decimal): -5042212 or 14421939. OLE color: 14421939.

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

Color convert

RGB 179 15 220 -
CMYK 0.19 0.93 0 0.14
HSL 288º 0.87% 0.46% -
HSV(B) 288º 0.93% 0.86% -
XYZ 31.68 15.09 68.95 -
YUV 87.41 202.83 193.33 -
System Red Green Blue C M Y K H S L
Decimal 179 15 220 0.19 0.93 0 0.14 288 0.87 0.46
Hex B3 F DC 13 5D 0 E 120 57 2E
Octal 263 17 334 23 135 0 16 440 127 56
Binary 10110011 1111 11011100 10011 1011101 0 1110 100100000 1010111 101110

Color Harmonies of #B30FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30FDC

Black with #B30FDC

Text Example


Text Example

White with #B30FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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