Html Css Color HEX #B30FDF Dark Violet

📋 copy color: '#B30FDF'

red 179 ◦ green 15 ◦ blue 223

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

Shades of Dark Violet #B30FDF

Tints of Dark Violet #B30FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.48%

R = 42.93%
G = 3.6%
B = 53.48%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B30FDF (or 0xB30FDF) is known color: Dark Violet. HEX triplet: B3, 0F and DF. RGB value is (179,15,223). Sum of RGB (Red+Green+Blue) = 179+15+223=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 15 (6.25% from 255 or 3.60% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #B30FDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30FDF is #4CF020. Grayscale: #575757. Windows color (decimal): -5042209 or 14618547. OLE color: 14618547.

HSL color Cylindrical-coordinate representation of color #B30FDF: hue angle of 287.31º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30FDF is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 15 223 -
CMYK 0.20 0.93 0 0.13
HSL 287.31º 0.87% 0.47% -
HSV(B) 287.31º 0.93% 0.87% -
XYZ 32.08 15.25 71.07 -
YUV 87.75 204.33 193.09 -
System Red Green Blue C M Y K H S L
Decimal 179 15 223 0.20 0.93 0 0.13 287.31 0.87 0.47
Hex B3 F DF 14 5D 0 D 11F 57 2F
Octal 263 17 337 24 135 0 15 437 127 57
Binary 10110011 1111 11011111 10100 1011101 0 1101 100011111 1010111 101111

Color Harmonies of #B30FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30FDF

Black with #B30FDF

Text Example


Text Example

White with #B30FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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