Html Css Color HEX #B13F98 Medium Red Violet

📋 copy color: '#B13F98'

red 177 ◦ green 63 ◦ blue 152

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

Shades of Medium Red Violet #B13F98

Tints of Medium Red Violet #B13F98

RGB

 RED value IS 177 (69.53% from 255) = 45.15%

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

 BLUE value IS 152 (59.77% from 255) = 38.78%

R = 45.15%
G = 16.07%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B13F98 (or 0xB13F98) is known color: Medium Red Violet. HEX triplet: B1, 3F and 98. RGB value is (177,63,152). Sum of RGB (Red+Green+Blue) = 177+63+152=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13F98 is #4EC067. Grayscale: #6A6A6A. Windows color (decimal): -5161064 or 9977777. OLE color: 9977777.

HSL color Cylindrical-coordinate representation of color #B13F98: hue angle of 313.16º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B13F98 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 63 152 -
CMYK 0 0.64 0.14 0.31
HSL 313.16º 0.48% 0.47% -
HSV(B) 313.16º 0.64% 0.69% -
XYZ 25.58 15.17 31.29 -
YUV 107.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 177 63 152 0 0.64 0.14 0.31 313.16 0.48 0.47
Hex B1 3F 98 0 40 E 1F 139 30 2F
Octal 261 77 230 0 100 16 37 471 60 57
Binary 10110001 111111 10011000 0 1000000 1110 11111 100111001 110000 101111

Color Harmonies of #B13F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13F98

Black with #B13F98

Text Example


Text Example

White with #B13F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13F98; }

 p { color: rgb(177,63,152); }

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

background-color css

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

 a { background-color: rgb(177,63,152); }

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

border-color css

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

 span { border-color: rgb(177,63,152); }

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