Html Css Color HEX #B30CC9 Deep Magenta

📋 copy color: '#B30CC9'

red 179 ◦ green 12 ◦ blue 201

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

Shades of Deep Magenta #B30CC9

Tints of Deep Magenta #B30CC9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.06%

 BLUE value IS 201 (78.91% from 255) = 51.28%

R = 45.66%
G = 3.06%
B = 51.28%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B30CC9 (or 0xB30CC9) is known color: Deep Magenta. HEX triplet: B3, 0C and C9. RGB value is (179,12,201). Sum of RGB (Red+Green+Blue) = 179+12+201=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #B30CC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30CC9 is #4CF336. Grayscale: #525252. Windows color (decimal): -5042999 or 13175987. OLE color: 13175987.

HSL color Cylindrical-coordinate representation of color #B30CC9: hue angle of 293.02º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30CC9 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 12 201 -
CMYK 0.11 0.94 0 0.21
HSL 293.02º 0.89% 0.42% -
HSV(B) 293.02º 0.94% 0.79% -
XYZ 29.26 14.06 56.43 -
YUV 83.48 194.33 196.13 -
System Red Green Blue C M Y K H S L
Decimal 179 12 201 0.11 0.94 0 0.21 293.02 0.89 0.42
Hex B3 C C9 B 5E 0 15 125 59 2A
Octal 263 14 311 13 136 0 25 445 131 52
Binary 10110011 1100 11001001 1011 1011110 0 10101 100100101 1011001 101010

Color Harmonies of #B30CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30CC9

Black with #B30CC9

Text Example


Text Example

White with #B30CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30CC9; }

 p { color: rgb(179,12,201); }

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

background-color css

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

 a { background-color: rgb(179,12,201); }

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

border-color css

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

 span { border-color: rgb(179,12,201); }

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