Html Css Color HEX #BB027C Medium Violet Red

📋 copy color: '#BB027C'

red 187 ◦ green 2 ◦ blue 124

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

Shades of Medium Violet Red #BB027C

Tints of Medium Violet Red #BB027C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.62%

R = 59.74%
G = 0.64%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB027C (or 0xBB027C) is known color: Medium Violet Red. HEX triplet: BB, 02 and 7C. RGB value is (187,2,124). Sum of RGB (Red+Green+Blue) = 187+2+124=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB027C is #44FD83. Grayscale: #464646. Windows color (decimal): -4521348 or 8127163. OLE color: 8127163.

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

Color convert

RGB 187 2 124 -
CMYK 0 0.99 0.34 0.27
HSL 320.43º 0.98% 0.37% -
HSV(B) 320.43º 0.99% 0.73% -
XYZ 24.15 12.06 20.12 -
YUV 71.22 157.79 210.58 -
System Red Green Blue C M Y K H S L
Decimal 187 2 124 0 0.99 0.34 0.27 320.43 0.98 0.37
Hex BB 2 7C 0 63 22 1B 140 62 25
Octal 273 2 174 0 143 42 33 500 142 45
Binary 10111011 10 1111100 0 1100011 100010 11011 101000000 1100010 100101

Color Harmonies of #BB027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB027C

Black with #BB027C

Text Example


Text Example

White with #BB027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB027C; }

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

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

background-color css

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

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

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

border-color css

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

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

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