Html Css Color HEX #BE0BC4 Deep Magenta

📋 copy color: '#BE0BC4'

red 190 ◦ green 11 ◦ blue 196

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

Shades of Deep Magenta #BE0BC4

Tints of Deep Magenta #BE0BC4

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.77%

 BLUE value IS 196 (76.95% from 255) = 49.37%

R = 47.86%
G = 2.77%
B = 49.37%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BE0BC4 (or 0xBE0BC4) is known color: Deep Magenta. HEX triplet: BE, 0B and C4. RGB value is (190,11,196). Sum of RGB (Red+Green+Blue) = 190+11+196=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 196 (76.95% from 255 or 49.37% from 397); Max value from RGB is 196 - color contains mainly: blue. Hex color #BE0BC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0BC4 is #41F43B. Grayscale: #555555. Windows color (decimal): -4322364 or 12848062. OLE color: 12848062.

HSL color Cylindrical-coordinate representation of color #BE0BC4: hue angle of 298.05º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0BC4 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 11 196 -
CMYK 0.03 0.94 0 0.23
HSL 298.05º 0.89% 0.41% -
HSV(B) 298.05º 0.94% 0.77% -
XYZ 31.32 15.17 53.5 -
YUV 85.61 190.3 202.46 -
System Red Green Blue C M Y K H S L
Decimal 190 11 196 0.03 0.94 0 0.23 298.05 0.89 0.41
Hex BE B C4 3 5E 0 17 12A 59 29
Octal 276 13 304 3 136 0 27 452 131 51
Binary 10111110 1011 11000100 11 1011110 0 10111 100101010 1011001 101001

Color Harmonies of #BE0BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0BC4

Black with #BE0BC4

Text Example


Text Example

White with #BE0BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0BC4; }

 p { color: rgb(190,11,196); }

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

background-color css

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

 a { background-color: rgb(190,11,196); }

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

border-color css

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

 span { border-color: rgb(190,11,196); }

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