Html Css Color HEX #B93F7E Medium Red Violet

📋 copy color: '#B93F7E'

red 185 ◦ green 63 ◦ blue 126

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

Shades of Medium Red Violet #B93F7E

Tints of Medium Red Violet #B93F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.69%

R = 49.47%
G = 16.84%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B93F7E (or 0xB93F7E) is known color: Medium Red Violet. HEX triplet: B9, 3F and 7E. RGB value is (185,63,126). Sum of RGB (Red+Green+Blue) = 185+63+126=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93F7E is #46C081. Grayscale: #6A6A6A. Windows color (decimal): -4636802 or 8273849. OLE color: 8273849.

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

Color convert

RGB 185 63 126 -
CMYK 0 0.66 0.32 0.27
HSL 329.02º 0.49% 0.49% -
HSV(B) 329.02º 0.66% 0.73% -
XYZ 25.55 15.38 21.36 -
YUV 106.66 138.92 183.88 -
System Red Green Blue C M Y K H S L
Decimal 185 63 126 0 0.66 0.32 0.27 329.02 0.49 0.49
Hex B9 3F 7E 0 42 20 1B 149 31 31
Octal 271 77 176 0 102 40 33 511 61 61
Binary 10111001 111111 1111110 0 1000010 100000 11011 101001001 110001 110001

Color Harmonies of #B93F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93F7E

Black with #B93F7E

Text Example


Text Example

White with #B93F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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