Html Css Color HEX #B308C1 Deep Magenta

📋 copy color: '#B308C1'

red 179 ◦ green 8 ◦ blue 193

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

Shades of Deep Magenta #B308C1

Tints of Deep Magenta #B308C1

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.11%

 BLUE value IS 193 (75.78% from 255) = 50.79%

R = 47.11%
G = 2.11%
B = 50.79%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B308C1 (or 0xB308C1) is known color: Deep Magenta. HEX triplet: B3, 08 and C1. RGB value is (179,8,193). Sum of RGB (Red+Green+Blue) = 179+8+193=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #B308C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B308C1 is #4CF73E. Grayscale: #4F4F4F. Windows color (decimal): -5044031 or 12650675. OLE color: 12650675.

HSL color Cylindrical-coordinate representation of color #B308C1: hue angle of 295.46º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B308C1 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 8 193 -
CMYK 0.07 0.96 0 0.24
HSL 295.46º 0.92% 0.39% -
HSV(B) 295.46º 0.96% 0.76% -
XYZ 28.3 13.61 51.59 -
YUV 80.22 191.65 198.46 -
System Red Green Blue C M Y K H S L
Decimal 179 8 193 0.07 0.96 0 0.24 295.46 0.92 0.39
Hex B3 8 C1 7 60 0 18 127 5C 27
Octal 263 10 301 7 140 0 30 447 134 47
Binary 10110011 1000 11000001 111 1100000 0 11000 100100111 1011100 100111

Color Harmonies of #B308C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B308C1

Black with #B308C1

Text Example


Text Example

White with #B308C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B308C1; }

 p { color: rgb(179,8,193); }

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

background-color css

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

 a { background-color: rgb(179,8,193); }

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

border-color css

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

 span { border-color: rgb(179,8,193); }

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