Html Css Color HEX #BE269B Medium Red Violet

📋 copy color: '#BE269B'

red 190 ◦ green 38 ◦ blue 155

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

Shades of Medium Red Violet #BE269B

Tints of Medium Red Violet #BE269B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.47%

R = 49.61%
G = 9.92%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BE269B (or 0xBE269B) is known color: Medium Red Violet. HEX triplet: BE, 26 and 9B. RGB value is (190,38,155). Sum of RGB (Red+Green+Blue) = 190+38+155=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE269B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE269B is #41D964. Grayscale: #606060. Windows color (decimal): -4315493 or 10167998. OLE color: 10167998.

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

Color convert

RGB 190 38 155 -
CMYK 0 0.8 0.18 0.25
HSL 313.82º 0.67% 0.45% -
HSV(B) 313.82º 0.8% 0.75% -
XYZ 27.84 14.7 32.38 -
YUV 96.79 160.86 194.49 -
System Red Green Blue C M Y K H S L
Decimal 190 38 155 0 0.8 0.18 0.25 313.82 0.67 0.45
Hex BE 26 9B 0 50 12 19 13A 43 2D
Octal 276 46 233 0 120 22 31 472 103 55
Binary 10111110 100110 10011011 0 1010000 10010 11001 100111010 1000011 101101

Color Harmonies of #BE269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE269B

Black with #BE269B

Text Example


Text Example

White with #BE269B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE269B; }

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

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

background-color css

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

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

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

border-color css

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

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

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