Html Css Color HEX #BB028C Medium Violet Red

📋 copy color: '#BB028C'

red 187 ◦ green 2 ◦ blue 140

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

Shades of Medium Violet Red #BB028C

Tints of Medium Violet Red #BB028C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

 BLUE value IS 140 (55.08% from 255) = 42.55%

R = 56.84%
G = 0.61%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB028C (or 0xBB028C) is known color: Medium Violet Red. HEX triplet: BB, 02 and 8C. RGB value is (187,2,140). Sum of RGB (Red+Green+Blue) = 187+2+140=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB028C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB028C is #44FD73. Grayscale: #484848. Windows color (decimal): -4521332 or 9175739. OLE color: 9175739.

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

Color convert

RGB 187 2 140 -
CMYK 0 0.99 0.25 0.27
HSL 315.24º 0.98% 0.37% -
HSV(B) 315.24º 0.99% 0.73% -
XYZ 25.25 12.5 25.89 -
YUV 73.05 165.79 209.28 -
System Red Green Blue C M Y K H S L
Decimal 187 2 140 0 0.99 0.25 0.27 315.24 0.98 0.37
Hex BB 2 8C 0 63 19 1B 13B 62 25
Octal 273 2 214 0 143 31 33 473 142 45
Binary 10111011 10 10001100 0 1100011 11001 11011 100111011 1100010 100101

Color Harmonies of #BB028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB028C

Black with #BB028C

Text Example


Text Example

White with #BB028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB028C; }

 p { color: rgb(187,2,140); }

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

background-color css

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

 a { background-color: rgb(187,2,140); }

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

border-color css

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

 span { border-color: rgb(187,2,140); }

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