Html Css Color HEX #BE3288 Medium Red Violet

📋 copy color: '#BE3288'

red 190 ◦ green 50 ◦ blue 136

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

Shades of Medium Red Violet #BE3288

Tints of Medium Red Violet #BE3288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.17%

R = 50.53%
G = 13.3%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BE3288 (or 0xBE3288) is known color: Medium Red Violet. HEX triplet: BE, 32 and 88. RGB value is (190,50,136). Sum of RGB (Red+Green+Blue) = 190+50+136=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3288 is #41CD77. Grayscale: #656565. Windows color (decimal): -4312440 or 8925886. OLE color: 8925886.

HSL color Cylindrical-coordinate representation of color #BE3288: hue angle of 323.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 #BE3288 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 50 136 -
CMYK 0 0.74 0.28 0.25
HSL 323.14º 0.58% 0.47% -
HSV(B) 323.14º 0.74% 0.75% -
XYZ 26.82 15.01 24.78 -
YUV 101.66 147.38 191.01 -
System Red Green Blue C M Y K H S L
Decimal 190 50 136 0 0.74 0.28 0.25 323.14 0.58 0.47
Hex BE 32 88 0 4A 1C 19 143 3A 2F
Octal 276 62 210 0 112 34 31 503 72 57
Binary 10111110 110010 10001000 0 1001010 11100 11001 101000011 111010 101111

Color Harmonies of #BE3288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3288

Black with #BE3288

Text Example


Text Example

White with #BE3288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3288; }

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

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

background-color css

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

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

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

border-color css

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

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

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