Html Css Color HEX #BE147A Medium Violet Red

📋 copy color: '#BE147A'

red 190 ◦ green 20 ◦ blue 122

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

Shades of Medium Violet Red #BE147A

Tints of Medium Violet Red #BE147A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.02%

 BLUE value IS 122 (48.05% from 255) = 36.75%

R = 57.23%
G = 6.02%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE147A (or 0xBE147A) is known color: Medium Violet Red. HEX triplet: BE, 14 and 7A. RGB value is (190,20,122). Sum of RGB (Red+Green+Blue) = 190+20+122=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE147A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE147A is #41EB85. Grayscale: #525252. Windows color (decimal): -4320134 or 8000702. OLE color: 8000702.

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

Color convert

RGB 190 20 122 -
CMYK 0 0.89 0.36 0.25
HSL 324º 0.81% 0.41% -
HSV(B) 324º 0.89% 0.75% -
XYZ 25 12.85 19.58 -
YUV 82.46 150.32 204.71 -
System Red Green Blue C M Y K H S L
Decimal 190 20 122 0 0.89 0.36 0.25 324 0.81 0.41
Hex BE 14 7A 0 59 24 19 144 51 29
Octal 276 24 172 0 131 44 31 504 121 51
Binary 10111110 10100 1111010 0 1011001 100100 11001 101000100 1010001 101001

Color Harmonies of #BE147A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE147A

Black with #BE147A

Text Example


Text Example

White with #BE147A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE147A; }

 p { color: rgb(190,20,122); }

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

background-color css

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

 a { background-color: rgb(190,20,122); }

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

border-color css

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

 span { border-color: rgb(190,20,122); }

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