Html Css Color HEX #BE03A6 Deep Magenta

📋 copy color: '#BE03A6'

red 190 ◦ green 3 ◦ blue 166

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

Shades of Deep Magenta #BE03A6

Tints of Deep Magenta #BE03A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 46.24%

R = 52.92%
G = 0.84%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE03A6 (or 0xBE03A6) is known color: Deep Magenta. HEX triplet: BE, 03 and A6. RGB value is (190,3,166). Sum of RGB (Red+Green+Blue) = 190+3+166=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 166 (65.23% from 255 or 46.24% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE03A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE03A6 is #41FC59. Grayscale: #4D4D4D. Windows color (decimal): -4324442 or 10879934. OLE color: 10879934.

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

Color convert

RGB 190 3 166 -
CMYK 0 0.98 0.13 0.25
HSL 307.7º 0.97% 0.38% -
HSV(B) 307.7º 0.98% 0.75% -
XYZ 28.15 13.77 37.25 -
YUV 77.5 177.95 208.25 -
System Red Green Blue C M Y K H S L
Decimal 190 3 166 0 0.98 0.13 0.25 307.7 0.97 0.38
Hex BE 3 A6 0 62 D 19 134 61 26
Octal 276 3 246 0 142 15 31 464 141 46
Binary 10111110 11 10100110 0 1100010 1101 11001 100110100 1100001 100110

Color Harmonies of #BE03A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE03A6

Black with #BE03A6

Text Example


Text Example

White with #BE03A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE03A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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