Html Css Color HEX #BB028F Medium Violet Red

📋 copy color: '#BB028F'

red 187 ◦ green 2 ◦ blue 143

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

Shades of Medium Violet Red #BB028F

Tints of Medium Violet Red #BB028F

RGB

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

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

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

R = 56.33%
G = 0.6%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB028F (or 0xBB028F) is known color: Medium Violet Red. HEX triplet: BB, 02 and 8F. RGB value is (187,2,143). Sum of RGB (Red+Green+Blue) = 187+2+143=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB028F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB028F is #44FD70. Grayscale: #494949. Windows color (decimal): -4521329 or 9372347. OLE color: 9372347.

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

Color convert

RGB 187 2 143 -
CMYK 0 0.99 0.24 0.27
HSL 314.27º 0.98% 0.37% -
HSV(B) 314.27º 0.99% 0.73% -
XYZ 25.47 12.59 27.07 -
YUV 73.39 167.29 209.04 -
System Red Green Blue C M Y K H S L
Decimal 187 2 143 0 0.99 0.24 0.27 314.27 0.98 0.37
Hex BB 2 8F 0 63 18 1B 13A 62 25
Octal 273 2 217 0 143 30 33 472 142 45
Binary 10111011 10 10001111 0 1100011 11000 11011 100111010 1100010 100101

Color Harmonies of #BB028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB028F

Black with #BB028F

Text Example


Text Example

White with #BB028F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB028F; }

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

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

background-color css

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

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

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

border-color css

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

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

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