Html Css Color HEX #BE0CBF Deep Magenta

📋 copy color: '#BE0CBF'

red 190 ◦ green 12 ◦ blue 191

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

Shades of Deep Magenta #BE0CBF

Tints of Deep Magenta #BE0CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.6%

R = 48.35%
G = 3.05%
B = 48.6%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE0CBF (or 0xBE0CBF) is known color: Deep Magenta. HEX triplet: BE, 0C and BF. RGB value is (190,12,191). Sum of RGB (Red+Green+Blue) = 190+12+191=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE0CBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0CBF is #41F340. Grayscale: #555555. Windows color (decimal): -4322113 or 12520638. OLE color: 12520638.

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

Color convert

RGB 190 12 191 -
CMYK 0.01 0.94 0 0.25
HSL 299.66º 0.88% 0.4% -
HSV(B) 299.66º 0.94% 0.75% -
XYZ 30.77 14.97 50.56 -
YUV 85.63 187.47 202.45 -
System Red Green Blue C M Y K H S L
Decimal 190 12 191 0.01 0.94 0 0.25 299.66 0.88 0.4
Hex BE C BF 1 5E 0 19 12C 58 28
Octal 276 14 277 1 136 0 31 454 130 50
Binary 10111110 1100 10111111 1 1011110 0 11001 100101100 1011000 101000

Color Harmonies of #BE0CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0CBF

Black with #BE0CBF

Text Example


Text Example

White with #BE0CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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