Html Css Color HEX #BE307B Medium Red Violet

📋 copy color: '#BE307B'

red 190 ◦ green 48 ◦ blue 123

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

Shades of Medium Red Violet #BE307B

Tints of Medium Red Violet #BE307B

RGB

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

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

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

R = 52.63%
G = 13.3%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE307B (or 0xBE307B) is known color: Medium Red Violet. HEX triplet: BE, 30 and 7B. RGB value is (190,48,123). Sum of RGB (Red+Green+Blue) = 190+48+123=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE307B is #41CF84. Grayscale: #626262. Windows color (decimal): -4312965 or 8073406. OLE color: 8073406.

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

Color convert

RGB 190 48 123 -
CMYK 0 0.75 0.35 0.25
HSL 328.31º 0.6% 0.47% -
HSV(B) 328.31º 0.75% 0.75% -
XYZ 25.87 14.49 20.17 -
YUV 99.01 141.54 192.9 -
System Red Green Blue C M Y K H S L
Decimal 190 48 123 0 0.75 0.35 0.25 328.31 0.6 0.47
Hex BE 30 7B 0 4B 23 19 148 3C 2F
Octal 276 60 173 0 113 43 31 510 74 57
Binary 10111110 110000 1111011 0 1001011 100011 11001 101001000 111100 101111

Color Harmonies of #BE307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE307B

Black with #BE307B

Text Example


Text Example

White with #BE307B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE307B; }

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

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

background-color css

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

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

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

border-color css

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

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

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