Html Css Color HEX #B30DCF Deep Magenta

📋 copy color: '#B30DCF'

red 179 ◦ green 13 ◦ blue 207

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

Shades of Deep Magenta #B30DCF

Tints of Deep Magenta #B30DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.88%

R = 44.86%
G = 3.26%
B = 51.88%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B30DCF (or 0xB30DCF) is known color: Deep Magenta. HEX triplet: B3, 0D and CF. RGB value is (179,13,207). Sum of RGB (Red+Green+Blue) = 179+13+207=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #B30DCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30DCF is #4CF230. Grayscale: #545454. Windows color (decimal): -5042737 or 13569459. OLE color: 13569459.

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

Color convert

RGB 179 13 207 -
CMYK 0.14 0.94 0 0.19
HSL 291.34º 0.88% 0.43% -
HSV(B) 291.34º 0.94% 0.81% -
XYZ 30 14.38 60.23 -
YUV 84.75 197 195.23 -
System Red Green Blue C M Y K H S L
Decimal 179 13 207 0.14 0.94 0 0.19 291.34 0.88 0.43
Hex B3 D CF E 5E 0 13 123 58 2B
Octal 263 15 317 16 136 0 23 443 130 53
Binary 10110011 1101 11001111 1110 1011110 0 10011 100100011 1011000 101011

Color Harmonies of #B30DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30DCF

Black with #B30DCF

Text Example


Text Example

White with #B30DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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