Html Css Color HEX #BB0094 Medium Violet Red

📋 copy color: '#BB0094'

red 187 ◦ green 0 ◦ blue 148

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

Shades of Medium Violet Red #BB0094

Tints of Medium Violet Red #BB0094

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.82%
G = 0%
B = 44.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB0094 (or 0xBB0094) is known color: Medium Violet Red. HEX triplet: BB, 00 and 94. RGB value is (187,0,148). Sum of RGB (Red+Green+Blue) = 187+0+148=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0094 is #44FF6B. Grayscale: #484848. Windows color (decimal): -4521836 or 9699515. OLE color: 9699515.

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

Color convert

RGB 187 0 148 -
CMYK 0 1 0.21 0.27
HSL 312.51º 1% 0.37% -
HSV(B) 312.51º 1% 0.73% -
XYZ 25.84 12.7 29.11 -
YUV 72.79 170.45 209.47 -
System Red Green Blue C M Y K H S L
Decimal 187 0 148 0 1 0.21 0.27 312.51 1 0.37
Hex BB 0 94 0 64 15 1B 139 64 25
Octal 273 0 224 0 144 25 33 471 144 45
Binary 10111011 0 10010100 0 1100100 10101 11011 100111001 1100100 100101

Color Harmonies of #BB0094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0094

Black with #BB0094

Text Example


Text Example

White with #BB0094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0094; }

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

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

background-color css

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

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

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

border-color css

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

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

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