Html Css Color HEX #BE03B0 Deep Magenta

📋 copy color: '#BE03B0'

red 190 ◦ green 3 ◦ blue 176

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

Shades of Deep Magenta #BE03B0

Tints of Deep Magenta #BE03B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.7%

R = 51.49%
G = 0.81%
B = 47.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE03B0 (or 0xBE03B0) is known color: Deep Magenta. HEX triplet: BE, 03 and B0. RGB value is (190,3,176). Sum of RGB (Red+Green+Blue) = 190+3+176=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 176 (69.14% from 255 or 47.70% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE03B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE03B0 is #41FC4F. Grayscale: #4E4E4E. Windows color (decimal): -4324432 or 11535294. OLE color: 11535294.

HSL color Cylindrical-coordinate representation of color #BE03B0: hue angle of 304.49º 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 #BE03B0 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 3 176 -
CMYK 0 0.98 0.07 0.25
HSL 304.49º 0.97% 0.38% -
HSV(B) 304.49º 0.98% 0.75% -
XYZ 29.1 14.15 42.27 -
YUV 78.64 182.95 207.43 -
System Red Green Blue C M Y K H S L
Decimal 190 3 176 0 0.98 0.07 0.25 304.49 0.97 0.38
Hex BE 3 B0 0 62 7 19 130 61 26
Octal 276 3 260 0 142 7 31 460 141 46
Binary 10111110 11 10110000 0 1100010 111 11001 100110000 1100001 100110

Color Harmonies of #BE03B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE03B0

Black with #BE03B0

Text Example


Text Example

White with #BE03B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE03B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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