Html Css Color HEX #BB008E Medium Violet Red

📋 copy color: '#BB008E'

red 187 ◦ green 0 ◦ blue 142

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

Shades of Medium Violet Red #BB008E

Tints of Medium Violet Red #BB008E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.16%

R = 56.84%
G = 0%
B = 43.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB008E (or 0xBB008E) is known color: Medium Violet Red. HEX triplet: BB, 00 and 8E. RGB value is (187,0,142). Sum of RGB (Red+Green+Blue) = 187+0+142=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB008E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB008E is #44FF71. Grayscale: #474747. Windows color (decimal): -4521842 or 9306299. OLE color: 9306299.

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

Color convert

RGB 187 0 142 -
CMYK 0 1 0.24 0.27
HSL 314.44º 1% 0.37% -
HSV(B) 314.44º 1% 0.73% -
XYZ 25.38 12.52 26.67 -
YUV 72.1 167.45 209.95 -
System Red Green Blue C M Y K H S L
Decimal 187 0 142 0 1 0.24 0.27 314.44 1 0.37
Hex BB 0 8E 0 64 18 1B 13A 64 25
Octal 273 0 216 0 144 30 33 472 144 45
Binary 10111011 0 10001110 0 1100100 11000 11011 100111010 1100100 100101

Color Harmonies of #BB008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB008E

Black with #BB008E

Text Example


Text Example

White with #BB008E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB008E; }

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

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

background-color css

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

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

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

border-color css

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

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

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