Html Css Color HEX #B104CC Deep Magenta

📋 copy color: '#B104CC'

red 177 ◦ green 4 ◦ blue 204

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

Shades of Deep Magenta #B104CC

Tints of Deep Magenta #B104CC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.04%

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

R = 45.97%
G = 1.04%
B = 52.99%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B104CC (or 0xB104CC) is known color: Deep Magenta. HEX triplet: B1, 04 and CC. RGB value is (177,4,204). Sum of RGB (Red+Green+Blue) = 177+4+204=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #B104CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B104CC is #4EFB33. Grayscale: #4D4D4D. Windows color (decimal): -5176116 or 13370545. OLE color: 13370545.

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

Color convert

RGB 177 4 204 -
CMYK 0.13 0.98 0 0.2
HSL 291.9º 0.96% 0.41% -
HSV(B) 291.9º 0.98% 0.8% -
XYZ 29.07 13.79 58.26 -
YUV 78.53 198.81 198.24 -
System Red Green Blue C M Y K H S L
Decimal 177 4 204 0.13 0.98 0 0.2 291.9 0.96 0.41
Hex B1 4 CC D 62 0 14 124 60 29
Octal 261 4 314 15 142 0 24 444 140 51
Binary 10110001 100 11001100 1101 1100010 0 10100 100100100 1100000 101001

Color Harmonies of #B104CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B104CC

Black with #B104CC

Text Example


Text Example

White with #B104CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B104CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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