Html Css Color HEX #BE307F Medium Red Violet

📋 copy color: '#BE307F'

red 190 ◦ green 48 ◦ blue 127

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

Shades of Medium Red Violet #BE307F

Tints of Medium Red Violet #BE307F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.15%

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

R = 52.05%
G = 13.15%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE307F (or 0xBE307F) is known color: Medium Red Violet. HEX triplet: BE, 30 and 7F. RGB value is (190,48,127). Sum of RGB (Red+Green+Blue) = 190+48+127=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE307F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE307F is #41CF80. Grayscale: #636363. Windows color (decimal): -4312961 or 8335550. OLE color: 8335550.

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

Color convert

RGB 190 48 127 -
CMYK 0 0.75 0.33 0.25
HSL 326.62º 0.6% 0.47% -
HSV(B) 326.62º 0.75% 0.75% -
XYZ 26.12 14.59 21.52 -
YUV 99.46 143.54 192.58 -
System Red Green Blue C M Y K H S L
Decimal 190 48 127 0 0.75 0.33 0.25 326.62 0.6 0.47
Hex BE 30 7F 0 4B 21 19 147 3C 2F
Octal 276 60 177 0 113 41 31 507 74 57
Binary 10111110 110000 1111111 0 1001011 100001 11001 101000111 111100 101111

Color Harmonies of #BE307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE307F

Black with #BE307F

Text Example


Text Example

White with #BE307F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE307F; }

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

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

background-color css

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

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

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

border-color css

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

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

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