Html Css Color HEX #BE08BD Deep Magenta

📋 copy color: '#BE08BD'

red 190 ◦ green 8 ◦ blue 189

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

Shades of Deep Magenta #BE08BD

Tints of Deep Magenta #BE08BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.84%

R = 49.1%
G = 2.07%
B = 48.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE08BD (or 0xBE08BD) is known color: Deep Magenta. HEX triplet: BE, 08 and BD. RGB value is (190,8,189). Sum of RGB (Red+Green+Blue) = 190+8+189=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 8 (3.52% from 255 or 2.07% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE08BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE08BD is #41F742. Grayscale: #525252. Windows color (decimal): -4323139 or 12388542. OLE color: 12388542.

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

Color convert

RGB 190 8 189 -
CMYK 0 0.96 0.01 0.25
HSL 300.33º 0.92% 0.39% -
HSV(B) 300.33º 0.96% 0.75% -
XYZ 30.51 14.79 49.39 -
YUV 83.05 187.8 204.28 -
System Red Green Blue C M Y K H S L
Decimal 190 8 189 0 0.96 0.01 0.25 300.33 0.92 0.39
Hex BE 8 BD 0 60 1 19 12C 5C 27
Octal 276 10 275 0 140 1 31 454 134 47
Binary 10111110 1000 10111101 0 1100000 1 11001 100101100 1011100 100111

Color Harmonies of #BE08BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE08BD

Black with #BE08BD

Text Example


Text Example

White with #BE08BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE08BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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