Html Css Color HEX #BB258B Medium Red Violet

📋 copy color: '#BB258B'

red 187 ◦ green 37 ◦ blue 139

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

Shades of Medium Red Violet #BB258B

Tints of Medium Red Violet #BB258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.29%

R = 51.52%
G = 10.19%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB258B (or 0xBB258B) is known color: Medium Red Violet. HEX triplet: BB, 25 and 8B. RGB value is (187,37,139). Sum of RGB (Red+Green+Blue) = 187+37+139=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB258B is #44DA74. Grayscale: #5D5D5D. Windows color (decimal): -4512373 or 9119163. OLE color: 9119163.

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

Color convert

RGB 187 37 139 -
CMYK 0 0.80 0.26 0.27
HSL 319.2º 0.67% 0.44% -
HSV(B) 319.2º 0.8% 0.73% -
XYZ 25.82 13.75 25.72 -
YUV 93.48 153.7 194.71 -
System Red Green Blue C M Y K H S L
Decimal 187 37 139 0 0.80 0.26 0.27 319.2 0.67 0.44
Hex BB 25 8B 0 50 1A 1B 13F 43 2C
Octal 273 45 213 0 120 32 33 477 103 54
Binary 10111011 100101 10001011 0 1010000 11010 11011 100111111 1000011 101100

Color Harmonies of #BB258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB258B

Black with #BB258B

Text Example


Text Example

White with #BB258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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