Html Css Color HEX #B30CCC Deep Magenta

📋 copy color: '#B30CCC'

red 179 ◦ green 12 ◦ blue 204

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

Shades of Deep Magenta #B30CCC

Tints of Deep Magenta #B30CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.65%

R = 45.32%
G = 3.04%
B = 51.65%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B30CCC (or 0xB30CCC) is known color: Deep Magenta. HEX triplet: B3, 0C and CC. RGB value is (179,12,204). Sum of RGB (Red+Green+Blue) = 179+12+204=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #B30CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30CCC is #4CF333. Grayscale: #535353. Windows color (decimal): -5042996 or 13372595. OLE color: 13372595.

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

Color convert

RGB 179 12 204 -
CMYK 0.12 0.94 0 0.2
HSL 292.19º 0.89% 0.42% -
HSV(B) 292.19º 0.94% 0.8% -
XYZ 29.62 14.21 58.31 -
YUV 83.82 195.83 195.89 -
System Red Green Blue C M Y K H S L
Decimal 179 12 204 0.12 0.94 0 0.2 292.19 0.89 0.42
Hex B3 C CC C 5E 0 14 124 59 2A
Octal 263 14 314 14 136 0 24 444 131 52
Binary 10110011 1100 11001100 1100 1011110 0 10100 100100100 1011001 101010

Color Harmonies of #B30CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30CCC

Black with #B30CCC

Text Example


Text Example

White with #B30CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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