Html Css Color HEX #BE08C7 Deep Magenta

📋 copy color: '#BE08C7'

red 190 ◦ green 8 ◦ blue 199

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

Shades of Deep Magenta #BE08C7

Tints of Deep Magenta #BE08C7

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.02%

 BLUE value IS 199 (78.13% from 255) = 50.13%

R = 47.86%
G = 2.02%
B = 50.13%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BE08C7 (or 0xBE08C7) is known color: Deep Magenta. HEX triplet: BE, 08 and C7. RGB value is (190,8,199). Sum of RGB (Red+Green+Blue) = 190+8+199=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 8 (3.52% from 255 or 2.02% from 397); Blue value is 199 (78.12% from 255 or 50.13% from 397); Max value from RGB is 199 - color contains mainly: blue. Hex color #BE08C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE08C7 is #41F738. Grayscale: #535353. Windows color (decimal): -4323129 or 13043902. OLE color: 13043902.

HSL color Cylindrical-coordinate representation of color #BE08C7: hue angle of 297.17º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE08C7 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 8 199 -
CMYK 0.05 0.96 0 0.22
HSL 297.17º 0.92% 0.41% -
HSV(B) 297.17º 0.96% 0.78% -
XYZ 31.63 15.24 55.31 -
YUV 84.19 192.8 203.47 -
System Red Green Blue C M Y K H S L
Decimal 190 8 199 0.05 0.96 0 0.22 297.17 0.92 0.41
Hex BE 8 C7 5 60 0 16 129 5C 29
Octal 276 10 307 5 140 0 26 451 134 51
Binary 10111110 1000 11000111 101 1100000 0 10110 100101001 1011100 101001

Color Harmonies of #BE08C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE08C7

Black with #BE08C7

Text Example


Text Example

White with #BE08C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE08C7; }

 p { color: rgb(190,8,199); }

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

background-color css

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

 a { background-color: rgb(190,8,199); }

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

border-color css

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

 span { border-color: rgb(190,8,199); }

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