Html Css Color HEX #B203B3 Deep Magenta

📋 copy color: '#B203B3'

red 178 ◦ green 3 ◦ blue 179

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

Shades of Deep Magenta #B203B3

Tints of Deep Magenta #B203B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 49.72%

R = 49.44%
G = 0.83%
B = 49.72%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B203B3 (or 0xB203B3) is known color: Deep Magenta. HEX triplet: B2, 03 and B3. RGB value is (178,3,179). Sum of RGB (Red+Green+Blue) = 178+3+179=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 179 (70.31% from 255 or 49.72% from 360); Max value from RGB is 179 - color contains mainly: blue. Hex color #B203B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B203B3 is #4DFC4C. Grayscale: #4A4A4A. Windows color (decimal): -5110861 or 11731890. OLE color: 11731890.

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

Color convert

RGB 178 3 179 -
CMYK 0.01 0.98 0 0.30
HSL 299.66º 0.97% 0.36% -
HSV(B) 299.66º 0.98% 0.7% -
XYZ 26.53 12.78 43.72 -
YUV 75.39 186.48 201.19 -
System Red Green Blue C M Y K H S L
Decimal 178 3 179 0.01 0.98 0 0.30 299.66 0.97 0.36
Hex B2 3 B3 1 62 0 1E 12C 61 24
Octal 262 3 263 1 142 0 36 454 141 44
Binary 10110010 11 10110011 1 1100010 0 11110 100101100 1100001 100100

Color Harmonies of #B203B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B203B3

Black with #B203B3

Text Example


Text Example

White with #B203B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B203B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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