Html Css Color HEX #BB259E Medium Red Violet

📋 copy color: '#BB259E'

red 187 ◦ green 37 ◦ blue 158

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

Shades of Medium Red Violet #BB259E

Tints of Medium Red Violet #BB259E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.36%

R = 48.95%
G = 9.69%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB259E (or 0xBB259E) is known color: Medium Red Violet. HEX triplet: BB, 25 and 9E. RGB value is (187,37,158). Sum of RGB (Red+Green+Blue) = 187+37+158=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB259E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB259E is #44DA61. Grayscale: #5F5F5F. Windows color (decimal): -4512354 or 10364347. OLE color: 10364347.

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

Color convert

RGB 187 37 158 -
CMYK 0 0.80 0.16 0.27
HSL 311.6º 0.67% 0.44% -
HSV(B) 311.6º 0.8% 0.73% -
XYZ 27.33 14.36 33.68 -
YUV 95.64 163.2 193.16 -
System Red Green Blue C M Y K H S L
Decimal 187 37 158 0 0.80 0.16 0.27 311.6 0.67 0.44
Hex BB 25 9E 0 50 10 1B 138 43 2C
Octal 273 45 236 0 120 20 33 470 103 54
Binary 10111011 100101 10011110 0 1010000 10000 11011 100111000 1000011 101100

Color Harmonies of #BB259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB259E

Black with #BB259E

Text Example


Text Example

White with #BB259E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB259E; }

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

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

background-color css

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

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

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

border-color css

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

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

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