Html Css Color HEX #B30FC4 Deep Magenta

📋 copy color: '#B30FC4'

red 179 ◦ green 15 ◦ blue 196

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

Shades of Deep Magenta #B30FC4

Tints of Deep Magenta #B30FC4

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.85%

 BLUE value IS 196 (76.95% from 255) = 50.26%

R = 45.9%
G = 3.85%
B = 50.26%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B30FC4 (or 0xB30FC4) is known color: Deep Magenta. HEX triplet: B3, 0F and C4. RGB value is (179,15,196). Sum of RGB (Red+Green+Blue) = 179+15+196=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 15 (6.25% from 255 or 3.85% from 390); Blue value is 196 (76.95% from 255 or 50.26% from 390); Max value from RGB is 196 - color contains mainly: blue. Hex color #B30FC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30FC4 is #4CF03B. Grayscale: #545454. Windows color (decimal): -5042236 or 12849075. OLE color: 12849075.

HSL color Cylindrical-coordinate representation of color #B30FC4: hue angle of 294.36º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30FC4 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 179 15 196 -
CMYK 0.09 0.92 0 0.23
HSL 294.36º 0.86% 0.41% -
HSV(B) 294.36º 0.92% 0.77% -
XYZ 28.73 13.91 53.4 -
YUV 84.67 190.83 195.28 -
System Red Green Blue C M Y K H S L
Decimal 179 15 196 0.09 0.92 0 0.23 294.36 0.86 0.41
Hex B3 F C4 9 5C 0 17 126 56 29
Octal 263 17 304 11 134 0 27 446 126 51
Binary 10110011 1111 11000100 1001 1011100 0 10111 100100110 1010110 101001

Color Harmonies of #B30FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30FC4

Black with #B30FC4

Text Example


Text Example

White with #B30FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30FC4; }

 p { color: rgb(179,15,196); }

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

background-color css

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

 a { background-color: rgb(179,15,196); }

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

border-color css

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

 span { border-color: rgb(179,15,196); }

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