Html Css Color HEX #BB088B Medium Violet Red

📋 copy color: '#BB088B'

red 187 ◦ green 8 ◦ blue 139

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

Shades of Medium Violet Red #BB088B

Tints of Medium Violet Red #BB088B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.4%

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

R = 55.99%
G = 2.4%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB088B (or 0xBB088B) is known color: Medium Violet Red. HEX triplet: BB, 08 and 8B. RGB value is (187,8,139). Sum of RGB (Red+Green+Blue) = 187+8+139=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB088B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB088B is #44F774. Grayscale: #4C4C4C. Windows color (decimal): -4519797 or 9111739. OLE color: 9111739.

HSL color Cylindrical-coordinate representation of color #BB088B: hue angle of 316.09º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB088B is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 8 139 -
CMYK 0 0.96 0.26 0.27
HSL 316.09º 0.92% 0.38% -
HSV(B) 316.09º 0.96% 0.73% -
XYZ 25.24 12.6 25.53 -
YUV 76.46 163.3 206.85 -
System Red Green Blue C M Y K H S L
Decimal 187 8 139 0 0.96 0.26 0.27 316.09 0.92 0.38
Hex BB 8 8B 0 60 1A 1B 13C 5C 26
Octal 273 10 213 0 140 32 33 474 134 46
Binary 10111011 1000 10001011 0 1100000 11010 11011 100111100 1011100 100110

Color Harmonies of #BB088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB088B

Black with #BB088B

Text Example


Text Example

White with #BB088B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB088B; }

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

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

background-color css

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

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

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

border-color css

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

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

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