Html Css Color HEX #BB27AD Medium Red Violet

📋 copy color: '#BB27AD'

red 187 ◦ green 39 ◦ blue 173

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

Shades of Medium Red Violet #BB27AD

Tints of Medium Red Violet #BB27AD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.77%

 BLUE value IS 173 (67.97% from 255) = 43.36%

R = 46.87%
G = 9.77%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB27AD (or 0xBB27AD) is known color: Medium Red Violet. HEX triplet: BB, 27 and AD. RGB value is (187,39,173). Sum of RGB (Red+Green+Blue) = 187+39+173=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 39 (15.62% from 255 or 9.77% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB27AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB27AD is #44D852. Grayscale: #626262. Windows color (decimal): -4511827 or 11347899. OLE color: 11347899.

HSL color Cylindrical-coordinate representation of color #BB27AD: hue angle of 305.68º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB27AD is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 39 173 -
CMYK 0 0.79 0.07 0.27
HSL 305.68º 0.65% 0.44% -
HSV(B) 305.68º 0.79% 0.73% -
XYZ 28.76 15.03 40.92 -
YUV 98.53 170.03 191.1 -
System Red Green Blue C M Y K H S L
Decimal 187 39 173 0 0.79 0.07 0.27 305.68 0.65 0.44
Hex BB 27 AD 0 4F 7 1B 132 41 2C
Octal 273 47 255 0 117 7 33 462 101 54
Binary 10111011 100111 10101101 0 1001111 111 11011 100110010 1000001 101100

Color Harmonies of #BB27AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB27AD

Black with #BB27AD

Text Example


Text Example

White with #BB27AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB27AD; }

 p { color: rgb(187,39,173); }

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

background-color css

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

 a { background-color: rgb(187,39,173); }

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

border-color css

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

 span { border-color: rgb(187,39,173); }

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