Html Css Color HEX #B30DCE Deep Magenta

📋 copy color: '#B30DCE'

red 179 ◦ green 13 ◦ blue 206

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

Shades of Deep Magenta #B30DCE

Tints of Deep Magenta #B30DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.76%

R = 44.97%
G = 3.27%
B = 51.76%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B30DCE (or 0xB30DCE) is known color: Deep Magenta. HEX triplet: B3, 0D and CE. RGB value is (179,13,206). Sum of RGB (Red+Green+Blue) = 179+13+206=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #B30DCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30DCE is #4CF231. Grayscale: #545454. Windows color (decimal): -5042738 or 13503923. OLE color: 13503923.

HSL color Cylindrical-coordinate representation of color #B30DCE: hue angle of 291.61º 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 #B30DCE is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 13 206 -
CMYK 0.13 0.94 0 0.19
HSL 291.61º 0.88% 0.43% -
HSV(B) 291.61º 0.94% 0.81% -
XYZ 29.87 14.33 59.58 -
YUV 84.64 196.5 195.31 -
System Red Green Blue C M Y K H S L
Decimal 179 13 206 0.13 0.94 0 0.19 291.61 0.88 0.43
Hex B3 D CE D 5E 0 13 124 58 2B
Octal 263 15 316 15 136 0 23 444 130 53
Binary 10110011 1101 11001110 1101 1011110 0 10011 100100100 1011000 101011

Color Harmonies of #B30DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30DCE

Black with #B30DCE

Text Example


Text Example

White with #B30DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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