Html Css Color HEX #B93F9B Medium Red Violet

📋 copy color: '#B93F9B'

red 185 ◦ green 63 ◦ blue 155

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

Shades of Medium Red Violet #B93F9B

Tints of Medium Red Violet #B93F9B

RGB

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

 GREEN value IS 63 (25% from 255) = 15.63%

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

R = 45.91%
G = 15.63%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B93F9B (or 0xB93F9B) is known color: Medium Red Violet. HEX triplet: B9, 3F and 9B. RGB value is (185,63,155). Sum of RGB (Red+Green+Blue) = 185+63+155=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93F9B is #46C064. Grayscale: #6D6D6D. Windows color (decimal): -4636773 or 10174393. OLE color: 10174393.

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

Color convert

RGB 185 63 155 -
CMYK 0 0.66 0.16 0.27
HSL 314.75º 0.49% 0.49% -
HSV(B) 314.75º 0.66% 0.73% -
XYZ 27.7 16.24 32.68 -
YUV 109.97 153.42 181.52 -
System Red Green Blue C M Y K H S L
Decimal 185 63 155 0 0.66 0.16 0.27 314.75 0.49 0.49
Hex B9 3F 9B 0 42 10 1B 13B 31 31
Octal 271 77 233 0 102 20 33 473 61 61
Binary 10111001 111111 10011011 0 1000010 10000 11011 100111011 110001 110001

Color Harmonies of #B93F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93F9B

Black with #B93F9B

Text Example


Text Example

White with #B93F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93F9B; }

 p { color: rgb(185,63,155); }

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

background-color css

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

 a { background-color: rgb(185,63,155); }

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

border-color css

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

 span { border-color: rgb(185,63,155); }

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