Html Css Color HEX #BB257D Medium Red Violet

📋 copy color: '#BB257D'

red 187 ◦ green 37 ◦ blue 125

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

Shades of Medium Red Violet #BB257D

Tints of Medium Red Violet #BB257D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.82%

R = 53.58%
G = 10.6%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB257D (or 0xBB257D) is known color: Medium Red Violet. HEX triplet: BB, 25 and 7D. RGB value is (187,37,125). Sum of RGB (Red+Green+Blue) = 187+37+125=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB257D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB257D is #44DA82. Grayscale: #5B5B5B. Windows color (decimal): -4512387 or 8201659. OLE color: 8201659.

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

Color convert

RGB 187 37 125 -
CMYK 0 0.80 0.33 0.27
HSL 324.8º 0.67% 0.44% -
HSV(B) 324.8º 0.8% 0.73% -
XYZ 24.86 13.37 20.67 -
YUV 91.88 146.7 195.84 -
System Red Green Blue C M Y K H S L
Decimal 187 37 125 0 0.80 0.33 0.27 324.8 0.67 0.44
Hex BB 25 7D 0 50 21 1B 145 43 2C
Octal 273 45 175 0 120 41 33 505 103 54
Binary 10111011 100101 1111101 0 1010000 100001 11011 101000101 1000011 101100

Color Harmonies of #BB257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB257D

Black with #BB257D

Text Example


Text Example

White with #BB257D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB257D; }

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

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

background-color css

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

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

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

border-color css

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

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

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