Html Css Color HEX #B203CA Deep Magenta

📋 copy color: '#B203CA'

red 178 ◦ green 3 ◦ blue 202

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

Shades of Deep Magenta #B203CA

Tints of Deep Magenta #B203CA

RGB

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

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

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

R = 46.48%
G = 0.78%
B = 52.74%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B203CA (or 0xB203CA) is known color: Deep Magenta. HEX triplet: B2, 03 and CA. RGB value is (178,3,202). Sum of RGB (Red+Green+Blue) = 178+3+202=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #B203CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B203CA is #4DFC35. Grayscale: #4D4D4D. Windows color (decimal): -5110838 or 13239218. OLE color: 13239218.

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

Color convert

RGB 178 3 202 -
CMYK 0.12 0.99 0 0.21
HSL 292.76º 0.97% 0.4% -
HSV(B) 292.76º 0.99% 0.79% -
XYZ 29.05 13.79 57.01 -
YUV 78.01 197.98 199.32 -
System Red Green Blue C M Y K H S L
Decimal 178 3 202 0.12 0.99 0 0.21 292.76 0.97 0.4
Hex B2 3 CA C 63 0 15 125 61 28
Octal 262 3 312 14 143 0 25 445 141 50
Binary 10110010 11 11001010 1100 1100011 0 10101 100100101 1100001 101000

Color Harmonies of #B203CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B203CA

Black with #B203CA

Text Example


Text Example

White with #B203CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B203CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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