Html Css Color HEX #BB027F Medium Violet Red

📋 copy color: '#BB027F'

red 187 ◦ green 2 ◦ blue 127

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

Shades of Medium Violet Red #BB027F

Tints of Medium Violet Red #BB027F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.19%

R = 59.18%
G = 0.63%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB027F (or 0xBB027F) is known color: Medium Violet Red. HEX triplet: BB, 02 and 7F. RGB value is (187,2,127). Sum of RGB (Red+Green+Blue) = 187+2+127=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB027F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB027F is #44FD80. Grayscale: #474747. Windows color (decimal): -4521345 or 8323771. OLE color: 8323771.

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

Color convert

RGB 187 2 127 -
CMYK 0 0.99 0.32 0.27
HSL 319.46º 0.98% 0.37% -
HSV(B) 319.46º 0.99% 0.73% -
XYZ 24.35 12.14 21.14 -
YUV 71.57 159.29 210.34 -
System Red Green Blue C M Y K H S L
Decimal 187 2 127 0 0.99 0.32 0.27 319.46 0.98 0.37
Hex BB 2 7F 0 63 20 1B 13F 62 25
Octal 273 2 177 0 143 40 33 477 142 45
Binary 10111011 10 1111111 0 1100011 100000 11011 100111111 1100010 100101

Color Harmonies of #BB027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB027F

Black with #BB027F

Text Example


Text Example

White with #BB027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB027F; }

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

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

background-color css

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

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

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

border-color css

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

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

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