#BB23AD

Color #BB23AD Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BB23AD

Tints of Medium Violet Red #BB23AD

Color information

#BB23AD (or 0xBB23AD) is unknown color: approx Medium Violet Red. HEX triplet: BB, 23 and AD. RGB value is (187,35,173). Sum of RGB (Red+Green+Blue) = 187+35+173=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB23AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB23AD is #44DC52. Grayscale: #5F5F5F. Windows color (decimal): -4512851 or 11346875. OLE color: 11346875.

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

Color convert

RGB18735173-
CMYK00.810.070.27
HSL305.53º68.47%43.53%-
HSV(B)305.53º81.28%73.33%-
XYZ28.6414.7840.88-
YUV96.18171.36192.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.34%
GREEN value IS 35 (14.06% from 255) = 8.86%
BLUE value IS 173 (67.97% from 255) = 43.80%
R=47.34%
G=8.86%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873517300.810.070.27305.5368.4743.53
HexBB23AD05171B132442c
Octal27343255012173346210454
Binary101110111000111010110101010001111110111001100101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB23AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB23AD; }

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

 H1.HeaderClassName
 {
   color: #BB23AD;
 }
 .AnyTagClassName
 {
   color: #BB23AD;
 }
</style>
background-color css

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

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

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

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

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

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