Html Css Color HEX #BB0090 Medium Violet Red

📋 copy color: '#BB0090'

red 187 ◦ green 0 ◦ blue 144

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

Shades of Medium Violet Red #BB0090

Tints of Medium Violet Red #BB0090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.5%

R = 56.5%
G = 0%
B = 43.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BB0090 (or 0xBB0090) is known color: Medium Violet Red. HEX triplet: BB, 00 and 90. RGB value is (187,0,144). Sum of RGB (Red+Green+Blue) = 187+0+144=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0090 is #44FF6F. Grayscale: #474747. Windows color (decimal): -4521840 or 9437371. OLE color: 9437371.

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

Color convert

RGB 187 0 144 -
CMYK 0 1 0.23 0.27
HSL 313.8º 1% 0.37% -
HSV(B) 313.8º 1% 0.73% -
XYZ 25.53 12.58 27.47 -
YUV 72.33 168.45 209.79 -
System Red Green Blue C M Y K H S L
Decimal 187 0 144 0 1 0.23 0.27 313.8 1 0.37
Hex BB 0 90 0 64 17 1B 13A 64 25
Octal 273 0 220 0 144 27 33 472 144 45
Binary 10111011 0 10010000 0 1100100 10111 11011 100111010 1100100 100101

Color Harmonies of #BB0090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0090

Black with #BB0090

Text Example


Text Example

White with #BB0090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0090; }

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

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

background-color css

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

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

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

border-color css

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

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

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