Html Css Color HEX #BE0ACB Deep Magenta

📋 copy color: '#BE0ACB'

red 190 ◦ green 10 ◦ blue 203

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

Shades of Deep Magenta #BE0ACB

Tints of Deep Magenta #BE0ACB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.48%

 BLUE value IS 203 (79.69% from 255) = 50.37%

R = 47.15%
G = 2.48%
B = 50.37%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE0ACB (or 0xBE0ACB) is known color: Deep Magenta. HEX triplet: BE, 0A and CB. RGB value is (190,10,203). Sum of RGB (Red+Green+Blue) = 190+10+203=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 10 (4.30% from 255 or 2.48% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE0ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0ACB is #41F534. Grayscale: #555555. Windows color (decimal): -4322613 or 13306558. OLE color: 13306558.

HSL color Cylindrical-coordinate representation of color #BE0ACB: hue angle of 295.96º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0ACB is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 10 203 -
CMYK 0.06 0.95 0 0.20
HSL 295.96º 0.91% 0.42% -
HSV(B) 295.96º 0.95% 0.8% -
XYZ 32.12 15.48 57.79 -
YUV 85.82 194.13 202.31 -
System Red Green Blue C M Y K H S L
Decimal 190 10 203 0.06 0.95 0 0.20 295.96 0.91 0.42
Hex BE A CB 6 5F 0 14 128 5B 2A
Octal 276 12 313 6 137 0 24 450 133 52
Binary 10111110 1010 11001011 110 1011111 0 10100 100101000 1011011 101010

Color Harmonies of #BE0ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0ACB

Black with #BE0ACB

Text Example


Text Example

White with #BE0ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0ACB; }

 p { color: rgb(190,10,203); }

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

background-color css

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

 a { background-color: rgb(190,10,203); }

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

border-color css

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

 span { border-color: rgb(190,10,203); }

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