Html Css Color HEX #BE0BC3 Deep Magenta

📋 copy color: '#BE0BC3'

red 190 ◦ green 11 ◦ blue 195

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

Shades of Deep Magenta #BE0BC3

Tints of Deep Magenta #BE0BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 49.24%

R = 47.98%
G = 2.78%
B = 49.24%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BE0BC3 (or 0xBE0BC3) is known color: Deep Magenta. HEX triplet: BE, 0B and C3. RGB value is (190,11,195). Sum of RGB (Red+Green+Blue) = 190+11+195=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 195 (76.56% from 255 or 49.24% from 396); Max value from RGB is 195 - color contains mainly: blue. Hex color #BE0BC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0BC3 is #41F43C. Grayscale: #545454. Windows color (decimal): -4322365 or 12782526. OLE color: 12782526.

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

Color convert

RGB 190 11 195 -
CMYK 0.03 0.94 0 0.24
HSL 298.37º 0.89% 0.4% -
HSV(B) 298.37º 0.94% 0.76% -
XYZ 31.21 15.13 52.9 -
YUV 85.5 189.8 202.54 -
System Red Green Blue C M Y K H S L
Decimal 190 11 195 0.03 0.94 0 0.24 298.37 0.89 0.4
Hex BE B C3 3 5E 0 18 12A 59 28
Octal 276 13 303 3 136 0 30 452 131 50
Binary 10111110 1011 11000011 11 1011110 0 11000 100101010 1011001 101000

Color Harmonies of #BE0BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0BC3

Black with #BE0BC3

Text Example


Text Example

White with #BE0BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0BC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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