Html Css Color HEX #B30CC6 Deep Magenta

📋 copy color: '#B30CC6'

red 179 ◦ green 12 ◦ blue 198

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

Shades of Deep Magenta #B30CC6

Tints of Deep Magenta #B30CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50.9%

R = 46.02%
G = 3.08%
B = 50.9%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B30CC6 (or 0xB30CC6) is known color: Deep Magenta. HEX triplet: B3, 0C and C6. RGB value is (179,12,198). Sum of RGB (Red+Green+Blue) = 179+12+198=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #B30CC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30CC6 is #4CF339. Grayscale: #525252. Windows color (decimal): -5043002 or 12979379. OLE color: 12979379.

HSL color Cylindrical-coordinate representation of color #B30CC6: hue angle of 293.87º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30CC6 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 12 198 -
CMYK 0.10 0.94 0 0.22
HSL 293.87º 0.89% 0.41% -
HSV(B) 293.87º 0.94% 0.78% -
XYZ 28.91 13.92 54.59 -
YUV 83.14 192.83 196.38 -
System Red Green Blue C M Y K H S L
Decimal 179 12 198 0.10 0.94 0 0.22 293.87 0.89 0.41
Hex B3 C C6 A 5E 0 16 126 59 29
Octal 263 14 306 12 136 0 26 446 131 51
Binary 10110011 1100 11000110 1010 1011110 0 10110 100100110 1011001 101001

Color Harmonies of #B30CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30CC6

Black with #B30CC6

Text Example


Text Example

White with #B30CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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