Html Css Color HEX #B7108A Medium Violet Red

📋 copy color: '#B7108A'

red 183 ◦ green 16 ◦ blue 138

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

Shades of Medium Violet Red #B7108A

Tints of Medium Violet Red #B7108A

RGB

 RED value IS 183 (71.88% from 255) = 54.3%

 GREEN value IS 16 (6.64% from 255) = 4.75%

 BLUE value IS 138 (54.3% from 255) = 40.95%

R = 54.3%
G = 4.75%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B7108A (or 0xB7108A) is known color: Medium Violet Red. HEX triplet: B7, 10 and 8A. RGB value is (183,16,138). Sum of RGB (Red+Green+Blue) = 183+16+138=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B7108A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7108A is #48EF75. Grayscale: #4F4F4F. Windows color (decimal): -4779894 or 9048247. OLE color: 9048247.

HSL color Cylindrical-coordinate representation of color #B7108A: hue angle of 316.17º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7108A is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 16 138 -
CMYK 0 0.91 0.25 0.28
HSL 316.17º 0.84% 0.39% -
HSV(B) 316.17º 0.91% 0.72% -
XYZ 24.3 12.27 25.13 -
YUV 79.84 160.83 201.58 -
System Red Green Blue C M Y K H S L
Decimal 183 16 138 0 0.91 0.25 0.28 316.17 0.84 0.39
Hex B7 10 8A 0 5B 19 1C 13C 54 27
Octal 267 20 212 0 133 31 34 474 124 47
Binary 10110111 10000 10001010 0 1011011 11001 11100 100111100 1010100 100111

Color Harmonies of #B7108A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7108A

Black with #B7108A

Text Example


Text Example

White with #B7108A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7108A; }

 p { color: rgb(183,16,138); }

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

background-color css

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

 a { background-color: rgb(183,16,138); }

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

border-color css

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

 span { border-color: rgb(183,16,138); }

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