Html Css Color HEX #BB0194 Medium Violet Red

📋 copy color: '#BB0194'

red 187 ◦ green 1 ◦ blue 148

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

Shades of Medium Violet Red #BB0194

Tints of Medium Violet Red #BB0194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.05%

R = 55.65%
G = 0.3%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB0194 (or 0xBB0194) is known color: Medium Violet Red. HEX triplet: BB, 01 and 94. RGB value is (187,1,148). Sum of RGB (Red+Green+Blue) = 187+1+148=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0194 is #44FE6B. Grayscale: #484848. Windows color (decimal): -4521580 or 9699771. OLE color: 9699771.

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

Color convert

RGB 187 1 148 -
CMYK 0 0.99 0.21 0.27
HSL 312.58º 0.99% 0.37% -
HSV(B) 312.58º 0.99% 0.73% -
XYZ 25.85 12.72 29.11 -
YUV 73.37 170.12 209.05 -
System Red Green Blue C M Y K H S L
Decimal 187 1 148 0 0.99 0.21 0.27 312.58 0.99 0.37
Hex BB 1 94 0 63 15 1B 139 63 25
Octal 273 1 224 0 143 25 33 471 143 45
Binary 10111011 1 10010100 0 1100011 10101 11011 100111001 1100011 100101

Color Harmonies of #BB0194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0194

Black with #BB0194

Text Example


Text Example

White with #BB0194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0194; }

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

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

background-color css

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

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

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

border-color css

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

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

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