Html Css Color HEX #B13085 Medium Red Violet

📋 copy color: '#B13085'

red 177 ◦ green 48 ◦ blue 133

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

Shades of Medium Red Violet #B13085

Tints of Medium Red Violet #B13085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.41%

 BLUE value IS 133 (52.34% from 255) = 37.15%

R = 49.44%
G = 13.41%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B13085 (or 0xB13085) is known color: Medium Red Violet. HEX triplet: B1, 30 and 85. RGB value is (177,48,133). Sum of RGB (Red+Green+Blue) = 177+48+133=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B13085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13085 is #4ECF7A. Grayscale: #606060. Windows color (decimal): -5164923 or 8728753. OLE color: 8728753.

HSL color Cylindrical-coordinate representation of color #B13085: hue angle of 320.47º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B13085 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 48 133 -
CMYK 0 0.73 0.25 0.31
HSL 320.47º 0.57% 0.44% -
HSV(B) 320.47º 0.73% 0.69% -
XYZ 23.42 13.15 23.49 -
YUV 96.26 148.74 185.59 -
System Red Green Blue C M Y K H S L
Decimal 177 48 133 0 0.73 0.25 0.31 320.47 0.57 0.44
Hex B1 30 85 0 49 19 1F 140 39 2C
Octal 261 60 205 0 111 31 37 500 71 54
Binary 10110001 110000 10000101 0 1001001 11001 11111 101000000 111001 101100

Color Harmonies of #B13085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13085

Black with #B13085

Text Example


Text Example

White with #B13085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13085; }

 p { color: rgb(177,48,133); }

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

background-color css

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

 a { background-color: rgb(177,48,133); }

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

border-color css

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

 span { border-color: rgb(177,48,133); }

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