Html Css Color HEX #B30CC3 Deep Magenta

📋 copy color: '#B30CC3'

red 179 ◦ green 12 ◦ blue 195

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

Shades of Deep Magenta #B30CC3

Tints of Deep Magenta #B30CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 50.52%

R = 46.37%
G = 3.11%
B = 50.52%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B30CC3 (or 0xB30CC3) is known color: Deep Magenta. HEX triplet: B3, 0C and C3. RGB value is (179,12,195). Sum of RGB (Red+Green+Blue) = 179+12+195=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 195 (76.56% from 255 or 50.52% from 386); Max value from RGB is 195 - color contains mainly: blue. Hex color #B30CC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30CC3 is #4CF33C. Grayscale: #525252. Windows color (decimal): -5043005 or 12782771. OLE color: 12782771.

HSL color Cylindrical-coordinate representation of color #B30CC3: hue angle of 294.75º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30CC3 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 12 195 -
CMYK 0.08 0.94 0 0.24
HSL 294.75º 0.88% 0.41% -
HSV(B) 294.75º 0.94% 0.76% -
XYZ 28.57 13.79 52.78 -
YUV 82.8 191.33 196.62 -
System Red Green Blue C M Y K H S L
Decimal 179 12 195 0.08 0.94 0 0.24 294.75 0.88 0.41
Hex B3 C C3 8 5E 0 18 127 58 29
Octal 263 14 303 10 136 0 30 447 130 51
Binary 10110011 1100 11000011 1000 1011110 0 11000 100100111 1011000 101001

Color Harmonies of #B30CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30CC3

Black with #B30CC3

Text Example


Text Example

White with #B30CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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