Html Css Color HEX #BE1BAF Deep Magenta

📋 copy color: '#BE1BAF'

red 190 ◦ green 27 ◦ blue 175

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

Shades of Deep Magenta #BE1BAF

Tints of Deep Magenta #BE1BAF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.89%

 BLUE value IS 175 (68.75% from 255) = 44.64%

R = 48.47%
G = 6.89%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE1BAF (or 0xBE1BAF) is known color: Deep Magenta. HEX triplet: BE, 1B and AF. RGB value is (190,27,175). Sum of RGB (Red+Green+Blue) = 190+27+175=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1BAF is #41E450. Grayscale: #5C5C5C. Windows color (decimal): -4318289 or 11475902. OLE color: 11475902.

HSL color Cylindrical-coordinate representation of color #BE1BAF: hue angle of 305.52º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1BAF is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 27 175 -
CMYK 0 0.86 0.08 0.25
HSL 305.52º 0.75% 0.43% -
HSV(B) 305.52º 0.86% 0.75% -
XYZ 29.37 14.83 41.87 -
YUV 92.61 174.5 197.47 -
System Red Green Blue C M Y K H S L
Decimal 190 27 175 0 0.86 0.08 0.25 305.52 0.75 0.43
Hex BE 1B AF 0 56 8 19 132 4B 2B
Octal 276 33 257 0 126 10 31 462 113 53
Binary 10111110 11011 10101111 0 1010110 1000 11001 100110010 1001011 101011

Color Harmonies of #BE1BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1BAF

Black with #BE1BAF

Text Example


Text Example

White with #BE1BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1BAF; }

 p { color: rgb(190,27,175); }

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

background-color css

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

 a { background-color: rgb(190,27,175); }

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

border-color css

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

 span { border-color: rgb(190,27,175); }

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