Html Css Color HEX #BE06A6 Deep Magenta

📋 copy color: '#BE06A6'

red 190 ◦ green 6 ◦ blue 166

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

Shades of Deep Magenta #BE06A6

Tints of Deep Magenta #BE06A6

RGB

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

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

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

R = 52.49%
G = 1.66%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE06A6 (or 0xBE06A6) is known color: Deep Magenta. HEX triplet: BE, 06 and A6. RGB value is (190,6,166). Sum of RGB (Red+Green+Blue) = 190+6+166=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 166 (65.23% from 255 or 45.86% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE06A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE06A6 is #41F959. Grayscale: #4E4E4E. Windows color (decimal): -4323674 or 10880702. OLE color: 10880702.

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

Color convert

RGB 190 6 166 -
CMYK 0 0.97 0.13 0.25
HSL 307.83º 0.94% 0.38% -
HSV(B) 307.83º 0.97% 0.75% -
XYZ 28.18 13.83 37.26 -
YUV 79.26 176.96 206.99 -
System Red Green Blue C M Y K H S L
Decimal 190 6 166 0 0.97 0.13 0.25 307.83 0.94 0.38
Hex BE 6 A6 0 61 D 19 134 5E 26
Octal 276 6 246 0 141 15 31 464 136 46
Binary 10111110 110 10100110 0 1100001 1101 11001 100110100 1011110 100110

Color Harmonies of #BE06A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE06A6

Black with #BE06A6

Text Example


Text Example

White with #BE06A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE06A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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