Html Css Color HEX #BE03B2 Deep Magenta

📋 copy color: '#BE03B2'

red 190 ◦ green 3 ◦ blue 178

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

Shades of Deep Magenta #BE03B2

Tints of Deep Magenta #BE03B2

RGB

 RED value IS 190 (74.61% from 255) = 51.21%

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

 BLUE value IS 178 (69.92% from 255) = 47.98%

R = 51.21%
G = 0.81%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE03B2 (or 0xBE03B2) is known color: Deep Magenta. HEX triplet: BE, 03 and B2. RGB value is (190,3,178). Sum of RGB (Red+Green+Blue) = 190+3+178=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE03B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE03B2 is #41FC4D. Grayscale: #4E4E4E. Windows color (decimal): -4324430 or 11666366. OLE color: 11666366.

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

Color convert

RGB 190 3 178 -
CMYK 0 0.98 0.06 0.25
HSL 303.85º 0.97% 0.38% -
HSV(B) 303.85º 0.98% 0.75% -
XYZ 29.3 14.23 43.32 -
YUV 78.86 183.95 207.27 -
System Red Green Blue C M Y K H S L
Decimal 190 3 178 0 0.98 0.06 0.25 303.85 0.97 0.38
Hex BE 3 B2 0 62 6 19 130 61 26
Octal 276 3 262 0 142 6 31 460 141 46
Binary 10111110 11 10110010 0 1100010 110 11001 100110000 1100001 100110

Color Harmonies of #BE03B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE03B2

Black with #BE03B2

Text Example


Text Example

White with #BE03B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE03B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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