Html Css Color HEX #B100CA Deep Magenta

📋 copy color: '#B100CA'

red 177 ◦ green 0 ◦ blue 202

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

Shades of Deep Magenta #B100CA

Tints of Deep Magenta #B100CA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 202 (79.3% from 255) = 53.3%

R = 46.7%
G = 0%
B = 53.3%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B100CA (or 0xB100CA) is known color: Deep Magenta. HEX triplet: B1, 00 and CA. RGB value is (177,0,202). Sum of RGB (Red+Green+Blue) = 177+0+202=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #B100CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B100CA is #4EFF35. Grayscale: #4B4B4B. Windows color (decimal): -5177142 or 13238449. OLE color: 13238449.

HSL color Cylindrical-coordinate representation of color #B100CA: hue angle of 292.57º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B100CA is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 0 202 -
CMYK 0.12 1 0 0.21
HSL 292.57º 1% 0.4% -
HSV(B) 292.57º 1% 0.79% -
XYZ 28.79 13.61 56.99 -
YUV 75.95 199.14 200.07 -
System Red Green Blue C M Y K H S L
Decimal 177 0 202 0.12 1 0 0.21 292.57 1 0.4
Hex B1 0 CA C 64 0 15 125 64 28
Octal 261 0 312 14 144 0 25 445 144 50
Binary 10110001 0 11001010 1100 1100100 0 10101 100100101 1100100 101000

Color Harmonies of #B100CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B100CA

Black with #B100CA

Text Example


Text Example

White with #B100CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B100CA; }

 p { color: rgb(177,0,202); }

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

background-color css

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

 a { background-color: rgb(177,0,202); }

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

border-color css

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

 span { border-color: rgb(177,0,202); }

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