Html Css Color HEX #BE06BA Deep Magenta

📋 copy color: '#BE06BA'

red 190 ◦ green 6 ◦ blue 186

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

Shades of Deep Magenta #BE06BA

Tints of Deep Magenta #BE06BA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.57%

 BLUE value IS 186 (73.05% from 255) = 48.69%

R = 49.74%
G = 1.57%
B = 48.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE06BA (or 0xBE06BA) is known color: Deep Magenta. HEX triplet: BE, 06 and BA. RGB value is (190,6,186). Sum of RGB (Red+Green+Blue) = 190+6+186=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 6 (2.73% from 255 or 1.57% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE06BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE06BA is #41F945. Grayscale: #515151. Windows color (decimal): -4323654 or 12191422. OLE color: 12191422.

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

Color convert

RGB 190 6 186 -
CMYK 0 0.97 0.02 0.25
HSL 301.3º 0.94% 0.38% -
HSV(B) 301.3º 0.97% 0.75% -
XYZ 30.16 14.62 47.69 -
YUV 81.54 186.96 205.36 -
System Red Green Blue C M Y K H S L
Decimal 190 6 186 0 0.97 0.02 0.25 301.3 0.94 0.38
Hex BE 6 BA 0 61 2 19 12D 5E 26
Octal 276 6 272 0 141 2 31 455 136 46
Binary 10111110 110 10111010 0 1100001 10 11001 100101101 1011110 100110

Color Harmonies of #BE06BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE06BA

Black with #BE06BA

Text Example


Text Example

White with #BE06BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE06BA; }

 p { color: rgb(190,6,186); }

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

background-color css

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

 a { background-color: rgb(190,6,186); }

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

border-color css

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

 span { border-color: rgb(190,6,186); }

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