Html Css Color HEX #BE2B6C Medium Red Violet

📋 copy color: '#BE2B6C'

red 190 ◦ green 43 ◦ blue 108

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

Shades of Medium Red Violet #BE2B6C

Tints of Medium Red Violet #BE2B6C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.61%

 BLUE value IS 108 (42.58% from 255) = 31.67%

R = 55.72%
G = 12.61%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE2B6C (or 0xBE2B6C) is known color: Medium Red Violet. HEX triplet: BE, 2B and 6C. RGB value is (190,43,108). Sum of RGB (Red+Green+Blue) = 190+43+108=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2B6C is #41D493. Grayscale: #5E5E5E. Windows color (decimal): -4314260 or 7089086. OLE color: 7089086.

HSL color Cylindrical-coordinate representation of color #BE2B6C: hue angle of 333.47º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2B6C is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 43 108 -
CMYK 0 0.77 0.43 0.25
HSL 333.47º 0.63% 0.46% -
HSV(B) 333.47º 0.77% 0.75% -
XYZ 24.81 13.76 15.54 -
YUV 94.36 135.7 196.21 -
System Red Green Blue C M Y K H S L
Decimal 190 43 108 0 0.77 0.43 0.25 333.47 0.63 0.46
Hex BE 2B 6C 0 4D 2B 19 14D 3F 2E
Octal 276 53 154 0 115 53 31 515 77 56
Binary 10111110 101011 1101100 0 1001101 101011 11001 101001101 111111 101110

Color Harmonies of #BE2B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B6C

Black with #BE2B6C

Text Example


Text Example

White with #BE2B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B6C; }

 p { color: rgb(190,43,108); }

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

background-color css

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

 a { background-color: rgb(190,43,108); }

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

border-color css

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

 span { border-color: rgb(190,43,108); }

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