Html Css Color HEX #BB098D Medium Violet Red

📋 copy color: '#BB098D'

red 187 ◦ green 9 ◦ blue 141

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

Shades of Medium Violet Red #BB098D

Tints of Medium Violet Red #BB098D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.67%

 BLUE value IS 141 (55.47% from 255) = 41.84%

R = 55.49%
G = 2.67%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB098D (or 0xBB098D) is known color: Medium Violet Red. HEX triplet: BB, 09 and 8D. RGB value is (187,9,141). Sum of RGB (Red+Green+Blue) = 187+9+141=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB098D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB098D is #44F672. Grayscale: #4C4C4C. Windows color (decimal): -4519539 or 9243067. OLE color: 9243067.

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

Color convert

RGB 187 9 141 -
CMYK 0 0.95 0.25 0.27
HSL 315.51º 0.91% 0.38% -
HSV(B) 315.51º 0.95% 0.73% -
XYZ 25.4 12.68 26.31 -
YUV 77.27 163.97 206.27 -
System Red Green Blue C M Y K H S L
Decimal 187 9 141 0 0.95 0.25 0.27 315.51 0.91 0.38
Hex BB 9 8D 0 5F 19 1B 13C 5B 26
Octal 273 11 215 0 137 31 33 474 133 46
Binary 10111011 1001 10001101 0 1011111 11001 11011 100111100 1011011 100110

Color Harmonies of #BB098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB098D

Black with #BB098D

Text Example


Text Example

White with #BB098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB098D; }

 p { color: rgb(187,9,141); }

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

background-color css

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

 a { background-color: rgb(187,9,141); }

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

border-color css

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

 span { border-color: rgb(187,9,141); }

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