Html Css Color HEX #B103CC Deep Magenta

📋 copy color: '#B103CC'

red 177 ◦ green 3 ◦ blue 204

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

Shades of Deep Magenta #B103CC

Tints of Deep Magenta #B103CC

RGB

 RED value IS 177 (69.53% from 255) = 46.09%

 GREEN value IS 3 (1.56% from 255) = 0.78%

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

R = 46.09%
G = 0.78%
B = 53.13%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B103CC (or 0xB103CC) is known color: Deep Magenta. HEX triplet: B1, 03 and CC. RGB value is (177,3,204). Sum of RGB (Red+Green+Blue) = 177+3+204=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #B103CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B103CC is #4EFC33. Grayscale: #4D4D4D. Windows color (decimal): -5176372 or 13370289. OLE color: 13370289.

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

Color convert

RGB 177 3 204 -
CMYK 0.13 0.99 0 0.2
HSL 291.94º 0.97% 0.41% -
HSV(B) 291.94º 0.99% 0.8% -
XYZ 29.06 13.77 58.25 -
YUV 77.94 199.15 198.66 -
System Red Green Blue C M Y K H S L
Decimal 177 3 204 0.13 0.99 0 0.2 291.94 0.97 0.41
Hex B1 3 CC D 63 0 14 124 61 29
Octal 261 3 314 15 143 0 24 444 141 51
Binary 10110001 11 11001100 1101 1100011 0 10100 100100100 1100001 101001

Color Harmonies of #B103CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B103CC

Black with #B103CC

Text Example


Text Example

White with #B103CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B103CC; }

 p { color: rgb(177,3,204); }

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

background-color css

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

 a { background-color: rgb(177,3,204); }

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

border-color css

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

 span { border-color: rgb(177,3,204); }

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