Html Css Color HEX #B30FDE Dark Violet

📋 copy color: '#B30FDE'

red 179 ◦ green 15 ◦ blue 222

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

Shades of Dark Violet #B30FDE

Tints of Dark Violet #B30FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.37%

R = 43.03%
G = 3.61%
B = 53.37%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B30FDE (or 0xB30FDE) is known color: Dark Violet. HEX triplet: B3, 0F and DE. RGB value is (179,15,222). Sum of RGB (Red+Green+Blue) = 179+15+222=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #B30FDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30FDE is #4CF021. Grayscale: #565656. Windows color (decimal): -5042210 or 14553011. OLE color: 14553011.

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

Color convert

RGB 179 15 222 -
CMYK 0.19 0.93 0 0.13
HSL 287.54º 0.87% 0.46% -
HSV(B) 287.54º 0.93% 0.87% -
XYZ 31.95 15.2 70.36 -
YUV 87.63 203.83 193.17 -
System Red Green Blue C M Y K H S L
Decimal 179 15 222 0.19 0.93 0 0.13 287.54 0.87 0.46
Hex B3 F DE 13 5D 0 D 120 57 2E
Octal 263 17 336 23 135 0 15 440 127 56
Binary 10110011 1111 11011110 10011 1011101 0 1101 100100000 1010111 101110

Color Harmonies of #B30FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30FDE

Black with #B30FDE

Text Example


Text Example

White with #B30FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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