Html Css Color HEX #BB009A Medium Violet Red

📋 copy color: '#BB009A'

red 187 ◦ green 0 ◦ blue 154

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

Shades of Medium Violet Red #BB009A

Tints of Medium Violet Red #BB009A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.16%

R = 54.84%
G = 0%
B = 45.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB009A (or 0xBB009A) is known color: Medium Violet Red. HEX triplet: BB, 00 and 9A. RGB value is (187,0,154). Sum of RGB (Red+Green+Blue) = 187+0+154=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB009A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB009A is #44FF65. Grayscale: #494949. Windows color (decimal): -4521830 or 10092731. OLE color: 10092731.

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

Color convert

RGB 187 0 154 -
CMYK 0 1 0.18 0.27
HSL 310.59º 1% 0.37% -
HSV(B) 310.59º 1% 0.73% -
XYZ 26.33 12.9 31.67 -
YUV 73.47 173.45 208.98 -
System Red Green Blue C M Y K H S L
Decimal 187 0 154 0 1 0.18 0.27 310.59 1 0.37
Hex BB 0 9A 0 64 12 1B 137 64 25
Octal 273 0 232 0 144 22 33 467 144 45
Binary 10111011 0 10011010 0 1100100 10010 11011 100110111 1100100 100101

Color Harmonies of #BB009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB009A

Black with #BB009A

Text Example


Text Example

White with #BB009A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB009A; }

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

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

background-color css

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

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

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

border-color css

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

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

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