Html Css Color HEX #B93D8B Medium Red Violet

📋 copy color: '#B93D8B'

red 185 ◦ green 61 ◦ blue 139

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

Shades of Medium Red Violet #B93D8B

Tints of Medium Red Violet #B93D8B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.84%

 BLUE value IS 139 (54.69% from 255) = 36.1%

R = 48.05%
G = 15.84%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B93D8B (or 0xB93D8B) is known color: Medium Red Violet. HEX triplet: B9, 3D and 8B. RGB value is (185,61,139). Sum of RGB (Red+Green+Blue) = 185+61+139=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93D8B is #46C274. Grayscale: #6A6A6A. Windows color (decimal): -4637301 or 9125305. OLE color: 9125305.

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

Color convert

RGB 185 61 139 -
CMYK 0 0.67 0.25 0.27
HSL 322.26º 0.5% 0.48% -
HSV(B) 322.26º 0.67% 0.73% -
XYZ 26.34 15.52 26.03 -
YUV 106.97 146.08 183.66 -
System Red Green Blue C M Y K H S L
Decimal 185 61 139 0 0.67 0.25 0.27 322.26 0.5 0.48
Hex B9 3D 8B 0 43 19 1B 142 32 30
Octal 271 75 213 0 103 31 33 502 62 60
Binary 10111001 111101 10001011 0 1000011 11001 11011 101000010 110010 110000

Color Harmonies of #B93D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93D8B

Black with #B93D8B

Text Example


Text Example

White with #B93D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93D8B; }

 p { color: rgb(185,61,139); }

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

background-color css

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

 a { background-color: rgb(185,61,139); }

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

border-color css

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

 span { border-color: rgb(185,61,139); }

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