Html Css Color HEX #B306CC Deep Magenta

📋 copy color: '#B306CC'

red 179 ◦ green 6 ◦ blue 204

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

Shades of Deep Magenta #B306CC

Tints of Deep Magenta #B306CC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.54%

 BLUE value IS 204 (80.08% from 255) = 52.44%

R = 46.02%
G = 1.54%
B = 52.44%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B306CC (or 0xB306CC) is known color: Deep Magenta. HEX triplet: B3, 06 and CC. RGB value is (179,6,204). Sum of RGB (Red+Green+Blue) = 179+6+204=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #B306CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B306CC is #4CF933. Grayscale: #4F4F4F. Windows color (decimal): -5044532 or 13371059. OLE color: 13371059.

HSL color Cylindrical-coordinate representation of color #B306CC: hue angle of 292.42º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B306CC is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 6 204 -
CMYK 0.12 0.97 0 0.2
HSL 292.42º 0.94% 0.41% -
HSV(B) 292.42º 0.97% 0.8% -
XYZ 29.55 14.07 58.29 -
YUV 80.3 197.81 198.4 -
System Red Green Blue C M Y K H S L
Decimal 179 6 204 0.12 0.97 0 0.2 292.42 0.94 0.41
Hex B3 6 CC C 61 0 14 124 5E 29
Octal 263 6 314 14 141 0 24 444 136 51
Binary 10110011 110 11001100 1100 1100001 0 10100 100100100 1011110 101001

Color Harmonies of #B306CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B306CC

Black with #B306CC

Text Example


Text Example

White with #B306CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B306CC; }

 p { color: rgb(179,6,204); }

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

background-color css

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

 a { background-color: rgb(179,6,204); }

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

border-color css

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

 span { border-color: rgb(179,6,204); }

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