Html Css Color HEX #B93E7B Medium Red Violet

📋 copy color: '#B93E7B'

red 185 ◦ green 62 ◦ blue 123

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

Shades of Medium Red Violet #B93E7B

Tints of Medium Red Violet #B93E7B

RGB

 RED value IS 185 (72.66% from 255) = 50%

 GREEN value IS 62 (24.61% from 255) = 16.76%

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

R = 50%
G = 16.76%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B93E7B (or 0xB93E7B) is known color: Medium Red Violet. HEX triplet: B9, 3E and 7B. RGB value is (185,62,123). Sum of RGB (Red+Green+Blue) = 185+62+123=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93E7B is #46C184. Grayscale: #696969. Windows color (decimal): -4637061 or 8076985. OLE color: 8076985.

HSL color Cylindrical-coordinate representation of color #B93E7B: hue angle of 330.24º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93E7B is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 62 123 -
CMYK 0 0.66 0.34 0.27
HSL 330.24º 0.5% 0.48% -
HSV(B) 330.24º 0.66% 0.73% -
XYZ 25.31 15.19 20.34 -
YUV 105.73 137.75 184.54 -
System Red Green Blue C M Y K H S L
Decimal 185 62 123 0 0.66 0.34 0.27 330.24 0.5 0.48
Hex B9 3E 7B 0 42 22 1B 14A 32 30
Octal 271 76 173 0 102 42 33 512 62 60
Binary 10111001 111110 1111011 0 1000010 100010 11011 101001010 110010 110000

Color Harmonies of #B93E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93E7B

Black with #B93E7B

Text Example


Text Example

White with #B93E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93E7B; }

 p { color: rgb(185,62,123); }

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

background-color css

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

 a { background-color: rgb(185,62,123); }

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

border-color css

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

 span { border-color: rgb(185,62,123); }

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