Html Css Color HEX #BE267B Medium Red Violet

📋 copy color: '#BE267B'

red 190 ◦ green 38 ◦ blue 123

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

Shades of Medium Red Violet #BE267B

Tints of Medium Red Violet #BE267B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.04%

R = 54.13%
G = 10.83%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE267B (or 0xBE267B) is known color: Medium Red Violet. HEX triplet: BE, 26 and 7B. RGB value is (190,38,123). Sum of RGB (Red+Green+Blue) = 190+38+123=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE267B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE267B is #41D984. Grayscale: #5C5C5C. Windows color (decimal): -4315525 or 8070846. OLE color: 8070846.

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

Color convert

RGB 190 38 123 -
CMYK 0 0.8 0.35 0.25
HSL 326.45º 0.67% 0.45% -
HSV(B) 326.45º 0.8% 0.75% -
XYZ 25.5 13.76 20.05 -
YUV 93.14 144.86 197.09 -
System Red Green Blue C M Y K H S L
Decimal 190 38 123 0 0.8 0.35 0.25 326.45 0.67 0.45
Hex BE 26 7B 0 50 23 19 146 43 2D
Octal 276 46 173 0 120 43 31 506 103 55
Binary 10111110 100110 1111011 0 1010000 100011 11001 101000110 1000011 101101

Color Harmonies of #BE267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE267B

Black with #BE267B

Text Example


Text Example

White with #BE267B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE267B; }

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

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

background-color css

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

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

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

border-color css

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

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

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