Html Css Color HEX #BB0174 Medium Violet Red

📋 copy color: '#BB0174'

red 187 ◦ green 1 ◦ blue 116

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

Shades of Medium Violet Red #BB0174

Tints of Medium Violet Red #BB0174

RGB

 RED value IS 187 (73.44% from 255) = 61.51%

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 116 (45.7% from 255) = 38.16%

R = 61.51%
G = 0.33%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BB0174 (or 0xBB0174) is known color: Medium Violet Red. HEX triplet: BB, 01 and 74. RGB value is (187,1,116). Sum of RGB (Red+Green+Blue) = 187+1+116=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0174 is #44FE8B. Grayscale: #454545. Windows color (decimal): -4521612 or 7602619. OLE color: 7602619.

HSL color Cylindrical-coordinate representation of color #BB0174: hue angle of 322.9º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0174 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 1 116 -
CMYK 0 0.99 0.38 0.27
HSL 322.9º 0.99% 0.37% -
HSV(B) 322.9º 0.99% 0.73% -
XYZ 23.66 11.85 17.56 -
YUV 69.72 154.12 211.65 -
System Red Green Blue C M Y K H S L
Decimal 187 1 116 0 0.99 0.38 0.27 322.9 0.99 0.37
Hex BB 1 74 0 63 26 1B 143 63 25
Octal 273 1 164 0 143 46 33 503 143 45
Binary 10111011 1 1110100 0 1100011 100110 11011 101000011 1100011 100101

Color Harmonies of #BB0174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0174

Black with #BB0174

Text Example


Text Example

White with #BB0174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0174; }

 p { color: rgb(187,1,116); }

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

background-color css

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

 a { background-color: rgb(187,1,116); }

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

border-color css

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

 span { border-color: rgb(187,1,116); }

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