Html Css Color HEX #BE0CBA Deep Magenta

📋 copy color: '#BE0CBA'

red 190 ◦ green 12 ◦ blue 186

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

Shades of Deep Magenta #BE0CBA

Tints of Deep Magenta #BE0CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.09%

 BLUE value IS 186 (73.05% from 255) = 47.94%

R = 48.97%
G = 3.09%
B = 47.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE0CBA (or 0xBE0CBA) is known color: Deep Magenta. HEX triplet: BE, 0C and BA. RGB value is (190,12,186). Sum of RGB (Red+Green+Blue) = 190+12+186=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0CBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0CBA is #41F345. Grayscale: #545454. Windows color (decimal): -4322118 or 12192958. OLE color: 12192958.

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

Color convert

RGB 190 12 186 -
CMYK 0 0.94 0.02 0.25
HSL 301.35º 0.88% 0.4% -
HSV(B) 301.35º 0.94% 0.75% -
XYZ 30.23 14.76 47.71 -
YUV 85.06 184.97 202.85 -
System Red Green Blue C M Y K H S L
Decimal 190 12 186 0 0.94 0.02 0.25 301.35 0.88 0.4
Hex BE C BA 0 5E 2 19 12D 58 28
Octal 276 14 272 0 136 2 31 455 130 50
Binary 10111110 1100 10111010 0 1011110 10 11001 100101101 1011000 101000

Color Harmonies of #BE0CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0CBA

Black with #BE0CBA

Text Example


Text Example

White with #BE0CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0CBA; }

 p { color: rgb(190,12,186); }

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

background-color css

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

 a { background-color: rgb(190,12,186); }

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

border-color css

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

 span { border-color: rgb(190,12,186); }

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