Html Css Color HEX #BE268B Medium Red Violet

📋 copy color: '#BE268B'

red 190 ◦ green 38 ◦ blue 139

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

Shades of Medium Red Violet #BE268B

Tints of Medium Red Violet #BE268B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.35%

 BLUE value IS 139 (54.69% from 255) = 37.87%

R = 51.77%
G = 10.35%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE268B (or 0xBE268B) is known color: Medium Red Violet. HEX triplet: BE, 26 and 8B. RGB value is (190,38,139). Sum of RGB (Red+Green+Blue) = 190+38+139=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE268B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE268B is #41D974. Grayscale: #5E5E5E. Windows color (decimal): -4315509 or 9119422. OLE color: 9119422.

HSL color Cylindrical-coordinate representation of color #BE268B: hue angle of 320.13º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE268B is Cyan = 0, Magento = 0.8, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 38 139 -
CMYK 0 0.8 0.27 0.25
HSL 320.13º 0.67% 0.45% -
HSV(B) 320.13º 0.8% 0.75% -
XYZ 26.59 14.2 25.77 -
YUV 94.96 152.86 195.79 -
System Red Green Blue C M Y K H S L
Decimal 190 38 139 0 0.8 0.27 0.25 320.13 0.67 0.45
Hex BE 26 8B 0 50 1B 19 140 43 2D
Octal 276 46 213 0 120 33 31 500 103 55
Binary 10111110 100110 10001011 0 1010000 11011 11001 101000000 1000011 101101

Color Harmonies of #BE268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE268B

Black with #BE268B

Text Example


Text Example

White with #BE268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE268B; }

 p { color: rgb(190,38,139); }

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

background-color css

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

 a { background-color: rgb(190,38,139); }

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

border-color css

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

 span { border-color: rgb(190,38,139); }

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