Html Css Color HEX #BE10B7 Deep Magenta

📋 copy color: '#BE10B7'

red 190 ◦ green 16 ◦ blue 183

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

Shades of Deep Magenta #BE10B7

Tints of Deep Magenta #BE10B7

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.11%

 BLUE value IS 183 (71.88% from 255) = 47.04%

R = 48.84%
G = 4.11%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BE10B7 (or 0xBE10B7) is known color: Deep Magenta. HEX triplet: BE, 10 and B7. RGB value is (190,16,183). Sum of RGB (Red+Green+Blue) = 190+16+183=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 183 (71.88% from 255 or 47.04% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE10B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE10B7 is #41EF48. Grayscale: #565656. Windows color (decimal): -4321097 or 11997374. OLE color: 11997374.

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

Color convert

RGB 190 16 183 -
CMYK 0 0.92 0.04 0.25
HSL 302.41º 0.84% 0.4% -
HSV(B) 302.41º 0.92% 0.75% -
XYZ 29.97 14.74 46.06 -
YUV 87.06 182.15 201.42 -
System Red Green Blue C M Y K H S L
Decimal 190 16 183 0 0.92 0.04 0.25 302.41 0.84 0.4
Hex BE 10 B7 0 5C 4 19 12E 54 28
Octal 276 20 267 0 134 4 31 456 124 50
Binary 10111110 10000 10110111 0 1011100 100 11001 100101110 1010100 101000

Color Harmonies of #BE10B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE10B7

Black with #BE10B7

Text Example


Text Example

White with #BE10B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE10B7; }

 p { color: rgb(190,16,183); }

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

background-color css

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

 a { background-color: rgb(190,16,183); }

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

border-color css

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

 span { border-color: rgb(190,16,183); }

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