Html Css Color HEX #BE0FB6 Deep Magenta

📋 copy color: '#BE0FB6'

red 190 ◦ green 15 ◦ blue 182

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

Shades of Deep Magenta #BE0FB6

Tints of Deep Magenta #BE0FB6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.88%

 BLUE value IS 182 (71.48% from 255) = 47.03%

R = 49.1%
G = 3.88%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BE0FB6 (or 0xBE0FB6) is known color: Deep Magenta. HEX triplet: BE, 0F and B6. RGB value is (190,15,182). Sum of RGB (Red+Green+Blue) = 190+15+182=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 182 (71.48% from 255 or 47.03% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0FB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0FB6 is #41F049. Grayscale: #555555. Windows color (decimal): -4321354 or 11931582. OLE color: 11931582.

HSL color Cylindrical-coordinate representation of color #BE0FB6: hue angle of 302.74º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE0FB6 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 15 182 -
CMYK 0 0.92 0.04 0.25
HSL 302.74º 0.85% 0.4% -
HSV(B) 302.74º 0.92% 0.75% -
XYZ 29.85 14.67 45.51 -
YUV 86.36 181.98 201.92 -
System Red Green Blue C M Y K H S L
Decimal 190 15 182 0 0.92 0.04 0.25 302.74 0.85 0.4
Hex BE F B6 0 5C 4 19 12F 55 28
Octal 276 17 266 0 134 4 31 457 125 50
Binary 10111110 1111 10110110 0 1011100 100 11001 100101111 1010101 101000

Color Harmonies of #BE0FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0FB6

Black with #BE0FB6

Text Example


Text Example

White with #BE0FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0FB6; }

 p { color: rgb(190,15,182); }

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

background-color css

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

 a { background-color: rgb(190,15,182); }

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

border-color css

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

 span { border-color: rgb(190,15,182); }

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