Html Css Color HEX #BB029A Medium Violet Red

📋 copy color: '#BB029A'

red 187 ◦ green 2 ◦ blue 154

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

Shades of Medium Violet Red #BB029A

Tints of Medium Violet Red #BB029A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.9%

R = 54.52%
G = 0.58%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB029A (or 0xBB029A) is known color: Medium Violet Red. HEX triplet: BB, 02 and 9A. RGB value is (187,2,154). Sum of RGB (Red+Green+Blue) = 187+2+154=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB029A is #44FD65. Grayscale: #4A4A4A. Windows color (decimal): -4521318 or 10093243. OLE color: 10093243.

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

Color convert

RGB 187 2 154 -
CMYK 0 0.99 0.18 0.27
HSL 310.7º 0.98% 0.37% -
HSV(B) 310.7º 0.99% 0.73% -
XYZ 26.35 12.94 31.68 -
YUV 74.64 172.79 208.14 -
System Red Green Blue C M Y K H S L
Decimal 187 2 154 0 0.99 0.18 0.27 310.7 0.98 0.37
Hex BB 2 9A 0 63 12 1B 137 62 25
Octal 273 2 232 0 143 22 33 467 142 45
Binary 10111011 10 10011010 0 1100011 10010 11011 100110111 1100010 100101

Color Harmonies of #BB029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB029A

Black with #BB029A

Text Example


Text Example

White with #BB029A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB029A; }

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

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

background-color css

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

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

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

border-color css

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

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

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