Html Css Color HEX #BB088F Medium Violet Red

📋 copy color: '#BB088F'

red 187 ◦ green 8 ◦ blue 143

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

Shades of Medium Violet Red #BB088F

Tints of Medium Violet Red #BB088F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.31%

R = 55.33%
G = 2.37%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB088F (or 0xBB088F) is known color: Medium Violet Red. HEX triplet: BB, 08 and 8F. RGB value is (187,8,143). Sum of RGB (Red+Green+Blue) = 187+8+143=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB088F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB088F is #44F770. Grayscale: #4C4C4C. Windows color (decimal): -4519793 or 9373883. OLE color: 9373883.

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

Color convert

RGB 187 8 143 -
CMYK 0 0.96 0.24 0.27
HSL 314.75º 0.92% 0.38% -
HSV(B) 314.75º 0.96% 0.73% -
XYZ 25.54 12.72 27.1 -
YUV 76.91 165.3 206.52 -
System Red Green Blue C M Y K H S L
Decimal 187 8 143 0 0.96 0.24 0.27 314.75 0.92 0.38
Hex BB 8 8F 0 60 18 1B 13B 5C 26
Octal 273 10 217 0 140 30 33 473 134 46
Binary 10111011 1000 10001111 0 1100000 11000 11011 100111011 1011100 100110

Color Harmonies of #BB088F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB088F

Black with #BB088F

Text Example


Text Example

White with #BB088F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB088F; }

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

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

background-color css

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

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

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

border-color css

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

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

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