Html Css Color HEX #BE08C2 Deep Magenta

📋 copy color: '#BE08C2'

red 190 ◦ green 8 ◦ blue 194

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

Shades of Deep Magenta #BE08C2

Tints of Deep Magenta #BE08C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 49.49%

R = 48.47%
G = 2.04%
B = 49.49%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BE08C2 (or 0xBE08C2) is known color: Deep Magenta. HEX triplet: BE, 08 and C2. RGB value is (190,8,194). Sum of RGB (Red+Green+Blue) = 190+8+194=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 194 (76.17% from 255 or 49.49% from 392); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE08C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE08C2 is #41F73D. Grayscale: #535353. Windows color (decimal): -4323134 or 12716222. OLE color: 12716222.

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

Color convert

RGB 190 8 194 -
CMYK 0.02 0.96 0 0.24
HSL 298.71º 0.92% 0.4% -
HSV(B) 298.71º 0.96% 0.76% -
XYZ 31.06 15.02 52.3 -
YUV 83.62 190.3 203.88 -
System Red Green Blue C M Y K H S L
Decimal 190 8 194 0.02 0.96 0 0.24 298.71 0.92 0.4
Hex BE 8 C2 2 60 0 18 12B 5C 28
Octal 276 10 302 2 140 0 30 453 134 50
Binary 10111110 1000 11000010 10 1100000 0 11000 100101011 1011100 101000

Color Harmonies of #BE08C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE08C2

Black with #BE08C2

Text Example


Text Example

White with #BE08C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE08C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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