Html Css Color HEX #BE10B5 Deep Magenta

📋 copy color: '#BE10B5'

red 190 ◦ green 16 ◦ blue 181

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

Shades of Deep Magenta #BE10B5

Tints of Deep Magenta #BE10B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 46.77%

R = 49.1%
G = 4.13%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BE10B5 (or 0xBE10B5) is known color: Deep Magenta. HEX triplet: BE, 10 and B5. RGB value is (190,16,181). Sum of RGB (Red+Green+Blue) = 190+16+181=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 181 (71.09% from 255 or 46.77% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE10B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE10B5 is #41EF4A. Grayscale: #565656. Windows color (decimal): -4321099 or 11866302. OLE color: 11866302.

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

Color convert

RGB 190 16 181 -
CMYK 0 0.92 0.05 0.25
HSL 303.1º 0.84% 0.4% -
HSV(B) 303.1º 0.92% 0.75% -
XYZ 29.76 14.65 44.98 -
YUV 86.84 181.15 201.58 -
System Red Green Blue C M Y K H S L
Decimal 190 16 181 0 0.92 0.05 0.25 303.1 0.84 0.4
Hex BE 10 B5 0 5C 5 19 12F 54 28
Octal 276 20 265 0 134 5 31 457 124 50
Binary 10111110 10000 10110101 0 1011100 101 11001 100101111 1010100 101000

Color Harmonies of #BE10B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE10B5

Black with #BE10B5

Text Example


Text Example

White with #BE10B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE10B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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