Html Css Color HEX #BE06B2 Deep Magenta

📋 copy color: '#BE06B2'

red 190 ◦ green 6 ◦ blue 178

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

Shades of Deep Magenta #BE06B2

Tints of Deep Magenta #BE06B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 47.59%

R = 50.8%
G = 1.6%
B = 47.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE06B2 (or 0xBE06B2) is known color: Deep Magenta. HEX triplet: BE, 06 and B2. RGB value is (190,6,178). Sum of RGB (Red+Green+Blue) = 190+6+178=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 178 (69.92% from 255 or 47.59% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE06B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE06B2 is #41F94D. Grayscale: #505050. Windows color (decimal): -4323662 or 11667134. OLE color: 11667134.

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

Color convert

RGB 190 6 178 -
CMYK 0 0.97 0.06 0.25
HSL 303.91º 0.94% 0.38% -
HSV(B) 303.91º 0.97% 0.75% -
XYZ 29.34 14.29 43.33 -
YUV 80.62 182.96 206.01 -
System Red Green Blue C M Y K H S L
Decimal 190 6 178 0 0.97 0.06 0.25 303.91 0.94 0.38
Hex BE 6 B2 0 61 6 19 130 5E 26
Octal 276 6 262 0 141 6 31 460 136 46
Binary 10111110 110 10110010 0 1100001 110 11001 100110000 1011110 100110

Color Harmonies of #BE06B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE06B2

Black with #BE06B2

Text Example


Text Example

White with #BE06B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE06B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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