Html Css Color HEX #BB258F Medium Red Violet

📋 copy color: '#BB258F'

red 187 ◦ green 37 ◦ blue 143

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

Shades of Medium Red Violet #BB258F

Tints of Medium Red Violet #BB258F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.96%

R = 50.95%
G = 10.08%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB258F (or 0xBB258F) is known color: Medium Red Violet. HEX triplet: BB, 25 and 8F. RGB value is (187,37,143). Sum of RGB (Red+Green+Blue) = 187+37+143=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB258F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB258F is #44DA70. Grayscale: #5D5D5D. Windows color (decimal): -4512369 or 9381307. OLE color: 9381307.

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

Color convert

RGB 187 37 143 -
CMYK 0 0.80 0.24 0.27
HSL 317.6º 0.67% 0.44% -
HSV(B) 317.6º 0.8% 0.73% -
XYZ 26.11 13.87 27.29 -
YUV 93.93 155.7 194.38 -
System Red Green Blue C M Y K H S L
Decimal 187 37 143 0 0.80 0.24 0.27 317.6 0.67 0.44
Hex BB 25 8F 0 50 18 1B 13E 43 2C
Octal 273 45 217 0 120 30 33 476 103 54
Binary 10111011 100101 10001111 0 1010000 11000 11011 100111110 1000011 101100

Color Harmonies of #BB258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB258F

Black with #BB258F

Text Example


Text Example

White with #BB258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB258F; }

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

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

background-color css

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

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

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

border-color css

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

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

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