Html Css Color HEX #BB23AD Medium Violet Red

📋 copy color: '#BB23AD'

red 187 ◦ green 35 ◦ blue 173

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

Shades of Medium Violet Red #BB23AD

Tints of Medium Violet Red #BB23AD

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.8%

R = 47.34%
G = 8.86%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB23AD (or 0xBB23AD) is known color: 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

RGB 187 35 173 -
CMYK 0 0.81 0.07 0.27
HSL 305.53º 0.68% 0.44% -
HSV(B) 305.53º 0.81% 0.73% -
XYZ 28.64 14.78 40.88 -
YUV 96.18 171.36 192.78 -
System Red Green Blue C M Y K H S L
Decimal 187 35 173 0 0.81 0.07 0.27 305.53 0.68 0.44
Hex BB 23 AD 0 51 7 1B 132 44 2C
Octal 273 43 255 0 121 7 33 462 104 54
Binary 10111011 100011 10101101 0 1010001 111 11011 100110010 1000100 101100

Color Harmonies of #BB23AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB23AD

Black with #BB23AD

Text Example


Text Example

White with #BB23AD

Text Example


Text Example

HTML Codes & Css Web 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>