Html Css Color HEX #BE08BA Deep Magenta

📋 copy color: '#BE08BA'

red 190 ◦ green 8 ◦ blue 186

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

Shades of Deep Magenta #BE08BA

Tints of Deep Magenta #BE08BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.44%

R = 49.48%
G = 2.08%
B = 48.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE08BA (or 0xBE08BA) is known color: Deep Magenta. HEX triplet: BE, 08 and BA. RGB value is (190,8,186). Sum of RGB (Red+Green+Blue) = 190+8+186=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE08BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE08BA is #41F745. Grayscale: #525252. Windows color (decimal): -4323142 or 12191934. OLE color: 12191934.

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

Color convert

RGB 190 8 186 -
CMYK 0 0.96 0.02 0.25
HSL 301.32º 0.92% 0.39% -
HSV(B) 301.32º 0.96% 0.75% -
XYZ 30.18 14.67 47.69 -
YUV 82.71 186.3 204.53 -
System Red Green Blue C M Y K H S L
Decimal 190 8 186 0 0.96 0.02 0.25 301.32 0.92 0.39
Hex BE 8 BA 0 60 2 19 12D 5C 27
Octal 276 10 272 0 140 2 31 455 134 47
Binary 10111110 1000 10111010 0 1100000 10 11001 100101101 1011100 100111

Color Harmonies of #BE08BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE08BA

Black with #BE08BA

Text Example


Text Example

White with #BE08BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE08BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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