Html Css Color HEX #BE0CBB Deep Magenta

📋 copy color: '#BE0CBB'

red 190 ◦ green 12 ◦ blue 187

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

Shades of Deep Magenta #BE0CBB

Tints of Deep Magenta #BE0CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.07%

R = 48.84%
G = 3.08%
B = 48.07%

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

#BE0CBB (or 0xBE0CBB) is known color: Deep Magenta. HEX triplet: BE, 0C and BB. RGB value is (190,12,187). Sum of RGB (Red+Green+Blue) = 190+12+187=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0CBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0CBB is #41F344. Grayscale: #545454. Windows color (decimal): -4322117 or 12258494. OLE color: 12258494.

HSL color Cylindrical-coordinate representation of color #BE0CBB: hue angle of 301.01º 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 #BE0CBB is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 12 187 -
CMYK 0 0.94 0.02 0.25
HSL 301.01º 0.88% 0.4% -
HSV(B) 301.01º 0.94% 0.75% -
XYZ 30.34 14.8 48.27 -
YUV 85.17 185.47 202.77 -
System Red Green Blue C M Y K H S L
Decimal 190 12 187 0 0.94 0.02 0.25 301.01 0.88 0.4
Hex BE C BB 0 5E 2 19 12D 58 28
Octal 276 14 273 0 136 2 31 455 130 50
Binary 10111110 1100 10111011 0 1011110 10 11001 100101101 1011000 101000

Color Harmonies of #BE0CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0CBB

Black with #BE0CBB

Text Example


Text Example

White with #BE0CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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