Html Css Color HEX #BB239F Medium Red Violet

📋 copy color: '#BB239F'

red 187 ◦ green 35 ◦ blue 159

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

Shades of Medium Red Violet #BB239F

Tints of Medium Red Violet #BB239F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.73%

R = 49.08%
G = 9.19%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BB239F (or 0xBB239F) is known color: Medium Red Violet. HEX triplet: BB, 23 and 9F. RGB value is (187,35,159). Sum of RGB (Red+Green+Blue) = 187+35+159=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB239F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB239F is #44DC60. Grayscale: #5E5E5E. Windows color (decimal): -4512865 or 10429371. OLE color: 10429371.

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

Color convert

RGB 187 35 159 -
CMYK 0 0.81 0.15 0.27
HSL 311.05º 0.68% 0.44% -
HSV(B) 311.05º 0.81% 0.73% -
XYZ 27.35 14.27 34.11 -
YUV 94.58 164.36 193.92 -
System Red Green Blue C M Y K H S L
Decimal 187 35 159 0 0.81 0.15 0.27 311.05 0.68 0.44
Hex BB 23 9F 0 51 F 1B 137 44 2C
Octal 273 43 237 0 121 17 33 467 104 54
Binary 10111011 100011 10011111 0 1010001 1111 11011 100110111 1000100 101100

Color Harmonies of #BB239F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB239F

Black with #BB239F

Text Example


Text Example

White with #BB239F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB239F; }

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

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

background-color css

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

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

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

border-color css

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

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

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