Html Css Color HEX #BE10C9 Deep Magenta

📋 copy color: '#BE10C9'

red 190 ◦ green 16 ◦ blue 201

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

Shades of Deep Magenta #BE10C9

Tints of Deep Magenta #BE10C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.39%

R = 46.68%
G = 3.93%
B = 49.39%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE10C9 (or 0xBE10C9) is known color: Deep Magenta. HEX triplet: BE, 10 and C9. RGB value is (190,16,201). Sum of RGB (Red+Green+Blue) = 190+16+201=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 201 (78.91% from 255 or 49.39% from 407); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE10C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE10C9 is #41EF36. Grayscale: #585858. Windows color (decimal): -4321079 or 13177022. OLE color: 13177022.

HSL color Cylindrical-coordinate representation of color #BE10C9: hue angle of 296.43º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE10C9 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 16 201 -
CMYK 0.05 0.92 0 0.21
HSL 296.43º 0.85% 0.43% -
HSV(B) 296.43º 0.92% 0.79% -
XYZ 31.96 15.53 56.57 -
YUV 89.12 191.15 199.96 -
System Red Green Blue C M Y K H S L
Decimal 190 16 201 0.05 0.92 0 0.21 296.43 0.85 0.43
Hex BE 10 C9 5 5C 0 15 128 55 2B
Octal 276 20 311 5 134 0 25 450 125 53
Binary 10111110 10000 11001001 101 1011100 0 10101 100101000 1010101 101011

Color Harmonies of #BE10C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE10C9

Black with #BE10C9

Text Example


Text Example

White with #BE10C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE10C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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