Html Css Color HEX #BE0885 Medium Violet Red

📋 copy color: '#BE0885'

red 190 ◦ green 8 ◦ blue 133

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

Shades of Medium Violet Red #BE0885

Tints of Medium Violet Red #BE0885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.18%

R = 57.4%
G = 2.42%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.3

 K value IS 0.25

RGB Variations

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

Color information

#BE0885 (or 0xBE0885) is known color: Medium Violet Red. HEX triplet: BE, 08 and 85. RGB value is (190,8,133). Sum of RGB (Red+Green+Blue) = 190+8+133=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0885 is #41F77A. Grayscale: #4C4C4C. Windows color (decimal): -4323195 or 8718526. OLE color: 8718526.

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

Color convert

RGB 190 8 133 -
CMYK 0 0.96 0.3 0.25
HSL 318.79º 0.92% 0.39% -
HSV(B) 318.79º 0.96% 0.75% -
XYZ 25.56 12.81 23.32 -
YUV 76.67 159.8 208.84 -
System Red Green Blue C M Y K H S L
Decimal 190 8 133 0 0.96 0.3 0.25 318.79 0.92 0.39
Hex BE 8 85 0 60 1E 19 13F 5C 27
Octal 276 10 205 0 140 36 31 477 134 47
Binary 10111110 1000 10000101 0 1100000 11110 11001 100111111 1011100 100111

Color Harmonies of #BE0885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0885

Black with #BE0885

Text Example


Text Example

White with #BE0885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0885; }

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

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

background-color css

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

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

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

border-color css

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

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

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