Html Css Color HEX #BE067F Medium Violet Red

📋 copy color: '#BE067F'

red 190 ◦ green 6 ◦ blue 127

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

Shades of Medium Violet Red #BE067F

Tints of Medium Violet Red #BE067F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.86%

 BLUE value IS 127 (50% from 255) = 39.32%

R = 58.82%
G = 1.86%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE067F (or 0xBE067F) is known color: Medium Violet Red. HEX triplet: BE, 06 and 7F. RGB value is (190,6,127). Sum of RGB (Red+Green+Blue) = 190+6+127=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE067F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE067F is #41F980. Grayscale: #4A4A4A. Windows color (decimal): -4323713 or 8324798. OLE color: 8324798.

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

Color convert

RGB 190 6 127 -
CMYK 0 0.97 0.33 0.25
HSL 320.54º 0.94% 0.38% -
HSV(B) 320.54º 0.97% 0.75% -
XYZ 25.13 12.61 21.19 -
YUV 74.81 157.46 210.16 -
System Red Green Blue C M Y K H S L
Decimal 190 6 127 0 0.97 0.33 0.25 320.54 0.94 0.38
Hex BE 6 7F 0 61 21 19 141 5E 26
Octal 276 6 177 0 141 41 31 501 136 46
Binary 10111110 110 1111111 0 1100001 100001 11001 101000001 1011110 100110

Color Harmonies of #BE067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE067F

Black with #BE067F

Text Example


Text Example

White with #BE067F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE067F; }

 p { color: rgb(190,6,127); }

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

background-color css

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

 a { background-color: rgb(190,6,127); }

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

border-color css

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

 span { border-color: rgb(190,6,127); }

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