Html Css Color HEX #BE3088 Medium Red Violet

📋 copy color: '#BE3088'

red 190 ◦ green 48 ◦ blue 136

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

Shades of Medium Red Violet #BE3088

Tints of Medium Red Violet #BE3088

RGB

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

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

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

R = 50.8%
G = 12.83%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BE3088 (or 0xBE3088) is known color: Medium Red Violet. HEX triplet: BE, 30 and 88. RGB value is (190,48,136). Sum of RGB (Red+Green+Blue) = 190+48+136=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3088 is #41CF77. Grayscale: #646464. Windows color (decimal): -4312952 or 8925374. OLE color: 8925374.

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

Color convert

RGB 190 48 136 -
CMYK 0 0.75 0.28 0.25
HSL 322.82º 0.6% 0.47% -
HSV(B) 322.82º 0.75% 0.75% -
XYZ 26.74 14.84 24.75 -
YUV 100.49 148.04 191.84 -
System Red Green Blue C M Y K H S L
Decimal 190 48 136 0 0.75 0.28 0.25 322.82 0.6 0.47
Hex BE 30 88 0 4B 1C 19 143 3C 2F
Octal 276 60 210 0 113 34 31 503 74 57
Binary 10111110 110000 10001000 0 1001011 11100 11001 101000011 111100 101111

Color Harmonies of #BE3088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3088

Black with #BE3088

Text Example


Text Example

White with #BE3088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3088; }

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

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

background-color css

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

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

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

border-color css

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

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

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