Html Css Color HEX #B30CC8 Deep Magenta

📋 copy color: '#B30CC8'

red 179 ◦ green 12 ◦ blue 200

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

Shades of Deep Magenta #B30CC8

Tints of Deep Magenta #B30CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 51.15%

R = 45.78%
G = 3.07%
B = 51.15%

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

#B30CC8 (or 0xB30CC8) is known color: Deep Magenta. HEX triplet: B3, 0C and C8. RGB value is (179,12,200). Sum of RGB (Red+Green+Blue) = 179+12+200=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 200 (78.52% from 255 or 51.15% from 391); Max value from RGB is 200 - color contains mainly: blue. Hex color #B30CC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30CC8 is #4CF337. Grayscale: #525252. Windows color (decimal): -5043000 or 13110451. OLE color: 13110451.

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

Color convert

RGB 179 12 200 -
CMYK 0.10 0.94 0 0.22
HSL 293.3º 0.89% 0.42% -
HSV(B) 293.3º 0.94% 0.78% -
XYZ 29.15 14.02 55.81 -
YUV 83.37 193.83 196.21 -
System Red Green Blue C M Y K H S L
Decimal 179 12 200 0.10 0.94 0 0.22 293.3 0.89 0.42
Hex B3 C C8 A 5E 0 16 125 59 2A
Octal 263 14 310 12 136 0 26 445 131 52
Binary 10110011 1100 11001000 1010 1011110 0 10110 100100101 1011001 101010

Color Harmonies of #B30CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30CC8

Black with #B30CC8

Text Example


Text Example

White with #B30CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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