Html Css Color HEX #B202BE Deep Magenta

📋 copy color: '#B202BE'

red 178 ◦ green 2 ◦ blue 190

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

Shades of Deep Magenta #B202BE

Tints of Deep Magenta #B202BE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 190 (74.61% from 255) = 51.35%

R = 48.11%
G = 0.54%
B = 51.35%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B202BE (or 0xB202BE) is known color: Deep Magenta. HEX triplet: B2, 02 and BE. RGB value is (178,2,190). Sum of RGB (Red+Green+Blue) = 178+2+190=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #B202BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B202BE is #4DFD41. Grayscale: #4B4B4B. Windows color (decimal): -5111106 or 12452530. OLE color: 12452530.

HSL color Cylindrical-coordinate representation of color #B202BE: hue angle of 296.17º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B202BE is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 2 190 -
CMYK 0.06 0.99 0 0.25
HSL 296.17º 0.98% 0.38% -
HSV(B) 296.17º 0.99% 0.75% -
XYZ 27.68 13.23 49.81 -
YUV 76.06 192.31 200.71 -
System Red Green Blue C M Y K H S L
Decimal 178 2 190 0.06 0.99 0 0.25 296.17 0.98 0.38
Hex B2 2 BE 6 63 0 19 128 62 26
Octal 262 2 276 6 143 0 31 450 142 46
Binary 10110010 10 10111110 110 1100011 0 11001 100101000 1100010 100110

Color Harmonies of #B202BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B202BE

Black with #B202BE

Text Example


Text Example

White with #B202BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B202BE; }

 p { color: rgb(178,2,190); }

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

background-color css

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

 a { background-color: rgb(178,2,190); }

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

border-color css

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

 span { border-color: rgb(178,2,190); }

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