Html Css Color HEX #BE08A6 Medium Violet Red

📋 copy color: '#BE08A6'

red 190 ◦ green 8 ◦ blue 166

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

Shades of Medium Violet Red #BE08A6

Tints of Medium Violet Red #BE08A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 45.6%

R = 52.2%
G = 2.2%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE08A6 (or 0xBE08A6) is known color: Medium Violet Red. HEX triplet: BE, 08 and A6. RGB value is (190,8,166). Sum of RGB (Red+Green+Blue) = 190+8+166=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 166 (65.23% from 255 or 45.60% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE08A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE08A6 is #41F759. Grayscale: #4F4F4F. Windows color (decimal): -4323162 or 10881214. OLE color: 10881214.

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

Color convert

RGB 190 8 166 -
CMYK 0 0.96 0.13 0.25
HSL 307.91º 0.92% 0.39% -
HSV(B) 307.91º 0.96% 0.75% -
XYZ 28.2 13.87 37.27 -
YUV 80.43 176.3 206.15 -
System Red Green Blue C M Y K H S L
Decimal 190 8 166 0 0.96 0.13 0.25 307.91 0.92 0.39
Hex BE 8 A6 0 60 D 19 134 5C 27
Octal 276 10 246 0 140 15 31 464 134 47
Binary 10111110 1000 10100110 0 1100000 1101 11001 100110100 1011100 100111

Color Harmonies of #BE08A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE08A6

Black with #BE08A6

Text Example


Text Example

White with #BE08A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE08A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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