Html Css Color HEX #BB23A0 Medium Red Violet

📋 copy color: '#BB23A0'

red 187 ◦ green 35 ◦ blue 160

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

Shades of Medium Red Violet #BB23A0

Tints of Medium Red Violet #BB23A0

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.16%

 BLUE value IS 160 (62.89% from 255) = 41.88%

R = 48.95%
G = 9.16%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BB23A0 (or 0xBB23A0) is known color: Medium Red Violet. HEX triplet: BB, 23 and A0. RGB value is (187,35,160). Sum of RGB (Red+Green+Blue) = 187+35+160=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB23A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB23A0 is #44DC5F. Grayscale: #5E5E5E. Windows color (decimal): -4512864 or 10494907. OLE color: 10494907.

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

Color convert

RGB 187 35 160 -
CMYK 0 0.81 0.14 0.27
HSL 310.66º 0.68% 0.44% -
HSV(B) 310.66º 0.81% 0.73% -
XYZ 27.44 14.3 34.57 -
YUV 94.7 164.86 193.84 -
System Red Green Blue C M Y K H S L
Decimal 187 35 160 0 0.81 0.14 0.27 310.66 0.68 0.44
Hex BB 23 A0 0 51 E 1B 137 44 2C
Octal 273 43 240 0 121 16 33 467 104 54
Binary 10111011 100011 10100000 0 1010001 1110 11011 100110111 1000100 101100

Color Harmonies of #BB23A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB23A0

Black with #BB23A0

Text Example


Text Example

White with #BB23A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB23A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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