Html Css Color HEX #B203B1 Deep Magenta

📋 copy color: '#B203B1'

red 178 ◦ green 3 ◦ blue 177

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

Shades of Deep Magenta #B203B1

Tints of Deep Magenta #B203B1

RGB

 RED value IS 178 (69.92% from 255) = 49.72%

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

 BLUE value IS 177 (69.53% from 255) = 49.44%

R = 49.72%
G = 0.84%
B = 49.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B203B1 (or 0xB203B1) is known color: Deep Magenta. HEX triplet: B2, 03 and B1. RGB value is (178,3,177). Sum of RGB (Red+Green+Blue) = 178+3+177=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 177 (69.53% from 255 or 49.44% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B203B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B203B1 is #4DFC4E. Grayscale: #4A4A4A. Windows color (decimal): -5110863 or 11600818. OLE color: 11600818.

HSL color Cylindrical-coordinate representation of color #B203B1: hue angle of 300.34º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B203B1 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 3 177 -
CMYK 0 0.98 0.01 0.30
HSL 300.34º 0.97% 0.35% -
HSV(B) 300.34º 0.98% 0.7% -
XYZ 26.33 12.7 42.66 -
YUV 75.16 185.48 201.35 -
System Red Green Blue C M Y K H S L
Decimal 178 3 177 0 0.98 0.01 0.30 300.34 0.97 0.35
Hex B2 3 B1 0 62 1 1E 12C 61 23
Octal 262 3 261 0 142 1 36 454 141 43
Binary 10110010 11 10110001 0 1100010 1 11110 100101100 1100001 100011

Color Harmonies of #B203B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B203B1

Black with #B203B1

Text Example


Text Example

White with #B203B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B203B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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