Html Css Color HEX #BB259B Medium Red Violet

📋 copy color: '#BB259B'

red 187 ◦ green 37 ◦ blue 155

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

Shades of Medium Red Violet #BB259B

Tints of Medium Red Violet #BB259B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.76%

 BLUE value IS 155 (60.94% from 255) = 40.9%

R = 49.34%
G = 9.76%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB259B (or 0xBB259B) is known color: Medium Red Violet. HEX triplet: BB, 25 and 9B. RGB value is (187,37,155). Sum of RGB (Red+Green+Blue) = 187+37+155=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB259B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB259B is #44DA64. Grayscale: #5E5E5E. Windows color (decimal): -4512357 or 10167739. OLE color: 10167739.

HSL color Cylindrical-coordinate representation of color #BB259B: hue angle of 312.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB259B is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 37 155 -
CMYK 0 0.80 0.17 0.27
HSL 312.8º 0.67% 0.44% -
HSV(B) 312.8º 0.8% 0.73% -
XYZ 27.07 14.25 32.33 -
YUV 95.3 161.7 193.41 -
System Red Green Blue C M Y K H S L
Decimal 187 37 155 0 0.80 0.17 0.27 312.8 0.67 0.44
Hex BB 25 9B 0 50 11 1B 139 43 2C
Octal 273 45 233 0 120 21 33 471 103 54
Binary 10111011 100101 10011011 0 1010000 10001 11011 100111001 1000011 101100

Color Harmonies of #BB259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB259B

Black with #BB259B

Text Example


Text Example

White with #BB259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB259B; }

 p { color: rgb(187,37,155); }

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

background-color css

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

 a { background-color: rgb(187,37,155); }

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

border-color css

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

 span { border-color: rgb(187,37,155); }

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