Html Css Color HEX #BE3281 Medium Red Violet

📋 copy color: '#BE3281'

red 190 ◦ green 50 ◦ blue 129

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

Shades of Medium Red Violet #BE3281

Tints of Medium Red Violet #BE3281

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.55%

 BLUE value IS 129 (50.78% from 255) = 34.96%

R = 51.49%
G = 13.55%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE3281 (or 0xBE3281) is known color: Medium Red Violet. HEX triplet: BE, 32 and 81. RGB value is (190,50,129). Sum of RGB (Red+Green+Blue) = 190+50+129=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3281 is #41CD7E. Grayscale: #646464. Windows color (decimal): -4312447 or 8467134. OLE color: 8467134.

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

Color convert

RGB 190 50 129 -
CMYK 0 0.74 0.32 0.25
HSL 326.14º 0.58% 0.47% -
HSV(B) 326.14º 0.74% 0.75% -
XYZ 26.34 14.81 22.24 -
YUV 100.87 143.88 191.58 -
System Red Green Blue C M Y K H S L
Decimal 190 50 129 0 0.74 0.32 0.25 326.14 0.58 0.47
Hex BE 32 81 0 4A 20 19 146 3A 2F
Octal 276 62 201 0 112 40 31 506 72 57
Binary 10111110 110010 10000001 0 1001010 100000 11001 101000110 111010 101111

Color Harmonies of #BE3281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3281

Black with #BE3281

Text Example


Text Example

White with #BE3281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3281; }

 p { color: rgb(190,50,129); }

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

background-color css

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

 a { background-color: rgb(190,50,129); }

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

border-color css

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

 span { border-color: rgb(190,50,129); }

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