Html Css Color HEX #BE08DA Deep Magenta

📋 copy color: '#BE08DA'

red 190 ◦ green 8 ◦ blue 218

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

Shades of Deep Magenta #BE08DA

Tints of Deep Magenta #BE08DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.4%

R = 45.67%
G = 1.92%
B = 52.4%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE08DA (or 0xBE08DA) is known color: Deep Magenta. HEX triplet: BE, 08 and DA. RGB value is (190,8,218). Sum of RGB (Red+Green+Blue) = 190+8+218=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 8 (3.52% from 255 or 1.92% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE08DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE08DA is #41F725. Grayscale: #555555. Windows color (decimal): -4323110 or 14289086. OLE color: 14289086.

HSL color Cylindrical-coordinate representation of color #BE08DA: hue angle of 292º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE08DA is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 8 218 -
CMYK 0.13 0.96 0 0.15
HSL 292º 0.93% 0.44% -
HSV(B) 292º 0.96% 0.85% -
XYZ 33.98 16.18 67.66 -
YUV 86.36 202.3 201.92 -
System Red Green Blue C M Y K H S L
Decimal 190 8 218 0.13 0.96 0 0.15 292 0.93 0.44
Hex BE 8 DA D 60 0 F 124 5D 2C
Octal 276 10 332 15 140 0 17 444 135 54
Binary 10111110 1000 11011010 1101 1100000 0 1111 100100100 1011101 101100

Color Harmonies of #BE08DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE08DA

Black with #BE08DA

Text Example


Text Example

White with #BE08DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE08DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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