Html Css Color HEX #BB0F8A Medium Violet Red

📋 copy color: '#BB0F8A'

red 187 ◦ green 15 ◦ blue 138

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

Shades of Medium Violet Red #BB0F8A

Tints of Medium Violet Red #BB0F8A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.41%

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

R = 55%
G = 4.41%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB0F8A (or 0xBB0F8A) is known color: Medium Violet Red. HEX triplet: BB, 0F and 8A. RGB value is (187,15,138). Sum of RGB (Red+Green+Blue) = 187+15+138=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0F8A is #44F075. Grayscale: #505050. Windows color (decimal): -4518006 or 9047995. OLE color: 9047995.

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

Color convert

RGB 187 15 138 -
CMYK 0 0.92 0.26 0.27
HSL 317.09º 0.85% 0.4% -
HSV(B) 317.09º 0.92% 0.73% -
XYZ 25.25 12.74 25.17 -
YUV 80.45 160.48 204 -
System Red Green Blue C M Y K H S L
Decimal 187 15 138 0 0.92 0.26 0.27 317.09 0.85 0.4
Hex BB F 8A 0 5C 1A 1B 13D 55 28
Octal 273 17 212 0 134 32 33 475 125 50
Binary 10111011 1111 10001010 0 1011100 11010 11011 100111101 1010101 101000

Color Harmonies of #BB0F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0F8A

Black with #BB0F8A

Text Example


Text Example

White with #BB0F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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