Html Css Color HEX #BB008B Medium Violet Red

📋 copy color: '#BB008B'

red 187 ◦ green 0 ◦ blue 139

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

Shades of Medium Violet Red #BB008B

Tints of Medium Violet Red #BB008B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.64%

R = 57.36%
G = 0%
B = 42.64%

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

#BB008B (or 0xBB008B) is known color: Medium Violet Red. HEX triplet: BB, 00 and 8B. RGB value is (187,0,139). Sum of RGB (Red+Green+Blue) = 187+0+139=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB008B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB008B is #44FF74. Grayscale: #474747. Windows color (decimal): -4521845 or 9109691. OLE color: 9109691.

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

Color convert

RGB 187 0 139 -
CMYK 0 1 0.26 0.27
HSL 315.4º 1% 0.37% -
HSV(B) 315.4º 1% 0.73% -
XYZ 25.15 12.43 25.5 -
YUV 71.76 165.95 210.2 -
System Red Green Blue C M Y K H S L
Decimal 187 0 139 0 1 0.26 0.27 315.4 1 0.37
Hex BB 0 8B 0 64 1A 1B 13B 64 25
Octal 273 0 213 0 144 32 33 473 144 45
Binary 10111011 0 10001011 0 1100100 11010 11011 100111011 1100100 100101

Color Harmonies of #BB008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB008B

Black with #BB008B

Text Example


Text Example

White with #BB008B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB008B; }

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

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

background-color css

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

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

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

border-color css

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

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

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