Html Css Color HEX #BB008A Medium Violet Red

📋 copy color: '#BB008A'

red 187 ◦ green 0 ◦ blue 138

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

Shades of Medium Violet Red #BB008A

Tints of Medium Violet Red #BB008A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.46%

R = 57.54%
G = 0%
B = 42.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB008A (or 0xBB008A) is known color: Medium Violet Red. HEX triplet: BB, 00 and 8A. RGB value is (187,0,138). Sum of RGB (Red+Green+Blue) = 187+0+138=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB008A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB008A is #44FF75. Grayscale: #474747. Windows color (decimal): -4521846 or 9044155. OLE color: 9044155.

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

Color convert

RGB 187 0 138 -
CMYK 0 1 0.26 0.27
HSL 315.72º 1% 0.37% -
HSV(B) 315.72º 1% 0.73% -
XYZ 25.08 12.4 25.12 -
YUV 71.65 165.45 210.28 -
System Red Green Blue C M Y K H S L
Decimal 187 0 138 0 1 0.26 0.27 315.72 1 0.37
Hex BB 0 8A 0 64 1A 1B 13C 64 25
Octal 273 0 212 0 144 32 33 474 144 45
Binary 10111011 0 10001010 0 1100100 11010 11011 100111100 1100100 100101

Color Harmonies of #BB008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB008A

Black with #BB008A

Text Example


Text Example

White with #BB008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB008A; }

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

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

background-color css

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

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

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

border-color css

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

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

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