Html Css Color HEX #B93B9D Medium Red Violet

📋 copy color: '#B93B9D'

red 185 ◦ green 59 ◦ blue 157

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

Shades of Medium Red Violet #B93B9D

Tints of Medium Red Violet #B93B9D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.71%

 BLUE value IS 157 (61.72% from 255) = 39.15%

R = 46.13%
G = 14.71%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B93B9D (or 0xB93B9D) is known color: Medium Red Violet. HEX triplet: B9, 3B and 9D. RGB value is (185,59,157). Sum of RGB (Red+Green+Blue) = 185+59+157=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 59 (23.44% from 255 or 14.71% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93B9D is #46C462. Grayscale: #6B6B6B. Windows color (decimal): -4637795 or 10304441. OLE color: 10304441.

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

Color convert

RGB 185 59 157 -
CMYK 0 0.68 0.15 0.27
HSL 313.33º 0.52% 0.48% -
HSV(B) 313.33º 0.68% 0.73% -
XYZ 27.66 15.88 33.51 -
YUV 107.85 155.74 183.03 -
System Red Green Blue C M Y K H S L
Decimal 185 59 157 0 0.68 0.15 0.27 313.33 0.52 0.48
Hex B9 3B 9D 0 44 F 1B 139 34 30
Octal 271 73 235 0 104 17 33 471 64 60
Binary 10111001 111011 10011101 0 1000100 1111 11011 100111001 110100 110000

Color Harmonies of #B93B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B9D

Black with #B93B9D

Text Example


Text Example

White with #B93B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B9D; }

 p { color: rgb(185,59,157); }

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

background-color css

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

 a { background-color: rgb(185,59,157); }

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

border-color css

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

 span { border-color: rgb(185,59,157); }

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