Html Css Color HEX #B93D92 Medium Red Violet

📋 copy color: '#B93D92'

red 185 ◦ green 61 ◦ blue 146

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

Shades of Medium Red Violet #B93D92

Tints of Medium Red Violet #B93D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.24%

R = 47.19%
G = 15.56%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B93D92 (or 0xB93D92) is known color: Medium Red Violet. HEX triplet: B9, 3D and 92. RGB value is (185,61,146). Sum of RGB (Red+Green+Blue) = 185+61+146=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93D92 is #46C26D. Grayscale: #6B6B6B. Windows color (decimal): -4637294 or 9584057. OLE color: 9584057.

HSL color Cylindrical-coordinate representation of color #B93D92: hue angle of 318.87º 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 #B93D92 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 61 146 -
CMYK 0 0.67 0.21 0.27
HSL 318.87º 0.5% 0.48% -
HSV(B) 318.87º 0.67% 0.73% -
XYZ 26.86 15.73 28.81 -
YUV 107.77 149.58 183.09 -
System Red Green Blue C M Y K H S L
Decimal 185 61 146 0 0.67 0.21 0.27 318.87 0.5 0.48
Hex B9 3D 92 0 43 15 1B 13F 32 30
Octal 271 75 222 0 103 25 33 477 62 60
Binary 10111001 111101 10010010 0 1000011 10101 11011 100111111 110010 110000

Color Harmonies of #B93D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93D92

Black with #B93D92

Text Example


Text Example

White with #B93D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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