Html Css Color HEX #BE06B7 Deep Magenta

📋 copy color: '#BE06B7'

red 190 ◦ green 6 ◦ blue 183

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

Shades of Deep Magenta #BE06B7

Tints of Deep Magenta #BE06B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 48.28%

R = 50.13%
G = 1.58%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BE06B7 (or 0xBE06B7) is known color: Deep Magenta. HEX triplet: BE, 06 and B7. RGB value is (190,6,183). Sum of RGB (Red+Green+Blue) = 190+6+183=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 6 (2.73% from 255 or 1.58% from 379); Blue value is 183 (71.88% from 255 or 48.28% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE06B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE06B7 is #41F948. Grayscale: #505050. Windows color (decimal): -4323657 or 11994814. OLE color: 11994814.

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

Color convert

RGB 190 6 183 -
CMYK 0 0.97 0.04 0.25
HSL 302.28º 0.94% 0.38% -
HSV(B) 302.28º 0.97% 0.75% -
XYZ 29.85 14.5 46.02 -
YUV 81.19 185.46 205.61 -
System Red Green Blue C M Y K H S L
Decimal 190 6 183 0 0.97 0.04 0.25 302.28 0.94 0.38
Hex BE 6 B7 0 61 4 19 12E 5E 26
Octal 276 6 267 0 141 4 31 456 136 46
Binary 10111110 110 10110111 0 1100001 100 11001 100101110 1011110 100110

Color Harmonies of #BE06B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE06B7

Black with #BE06B7

Text Example


Text Example

White with #BE06B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE06B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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