Html Css Color HEX #BB259F Medium Red Violet

📋 copy color: '#BB259F'

red 187 ◦ green 37 ◦ blue 159

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

Shades of Medium Red Violet #BB259F

Tints of Medium Red Violet #BB259F

RGB

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

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

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

R = 48.83%
G = 9.66%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BB259F (or 0xBB259F) is known color: Medium Red Violet. HEX triplet: BB, 25 and 9F. RGB value is (187,37,159). Sum of RGB (Red+Green+Blue) = 187+37+159=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB259F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB259F is #44DA60. Grayscale: #5F5F5F. Windows color (decimal): -4512353 or 10429883. OLE color: 10429883.

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

Color convert

RGB 187 37 159 -
CMYK 0 0.80 0.15 0.27
HSL 311.2º 0.67% 0.44% -
HSV(B) 311.2º 0.8% 0.73% -
XYZ 27.41 14.39 34.13 -
YUV 95.76 163.7 193.08 -
System Red Green Blue C M Y K H S L
Decimal 187 37 159 0 0.80 0.15 0.27 311.2 0.67 0.44
Hex BB 25 9F 0 50 F 1B 137 43 2C
Octal 273 45 237 0 120 17 33 467 103 54
Binary 10111011 100101 10011111 0 1010000 1111 11011 100110111 1000011 101100

Color Harmonies of #BB259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB259F

Black with #BB259F

Text Example


Text Example

White with #BB259F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB259F; }

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

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

background-color css

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

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

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

border-color css

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

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

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