Html Css Color HEX #BE0BA5 Medium Violet Red

📋 copy color: '#BE0BA5'

red 190 ◦ green 11 ◦ blue 165

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

Shades of Medium Violet Red #BE0BA5

Tints of Medium Violet Red #BE0BA5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.01%

 BLUE value IS 165 (64.84% from 255) = 45.08%

R = 51.91%
G = 3.01%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE0BA5 (or 0xBE0BA5) is known color: Medium Violet Red. HEX triplet: BE, 0B and A5. RGB value is (190,11,165). Sum of RGB (Red+Green+Blue) = 190+11+165=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 165 (64.84% from 255 or 45.08% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0BA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0BA5 is #41F45A. Grayscale: #515151. Windows color (decimal): -4322395 or 10816446. OLE color: 10816446.

HSL color Cylindrical-coordinate representation of color #BE0BA5: hue angle of 308.38º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0BA5 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 11 165 -
CMYK 0 0.94 0.13 0.25
HSL 308.38º 0.89% 0.39% -
HSV(B) 308.38º 0.94% 0.75% -
XYZ 28.15 13.9 36.8 -
YUV 82.08 174.8 204.98 -
System Red Green Blue C M Y K H S L
Decimal 190 11 165 0 0.94 0.13 0.25 308.38 0.89 0.39
Hex BE B A5 0 5E D 19 134 59 27
Octal 276 13 245 0 136 15 31 464 131 47
Binary 10111110 1011 10100101 0 1011110 1101 11001 100110100 1011001 100111

Color Harmonies of #BE0BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0BA5

Black with #BE0BA5

Text Example


Text Example

White with #BE0BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0BA5; }

 p { color: rgb(190,11,165); }

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

background-color css

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

 a { background-color: rgb(190,11,165); }

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

border-color css

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

 span { border-color: rgb(190,11,165); }

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