Html Css Color HEX #BB256F Medium Red Violet

📋 copy color: '#BB256F'

red 187 ◦ green 37 ◦ blue 111

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

Shades of Medium Red Violet #BB256F

Tints of Medium Red Violet #BB256F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.13%

R = 55.82%
G = 11.04%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB256F (or 0xBB256F) is known color: Medium Red Violet. HEX triplet: BB, 25 and 6F. RGB value is (187,37,111). Sum of RGB (Red+Green+Blue) = 187+37+111=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB256F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB256F is #44DA90. Grayscale: #5A5A5A. Windows color (decimal): -4512401 or 7284155. OLE color: 7284155.

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

Color convert

RGB 187 37 111 -
CMYK 0 0.80 0.41 0.27
HSL 330.4º 0.67% 0.44% -
HSV(B) 330.4º 0.8% 0.73% -
XYZ 24.02 13.04 16.29 -
YUV 90.29 139.7 196.98 -
System Red Green Blue C M Y K H S L
Decimal 187 37 111 0 0.80 0.41 0.27 330.4 0.67 0.44
Hex BB 25 6F 0 50 29 1B 14A 43 2C
Octal 273 45 157 0 120 51 33 512 103 54
Binary 10111011 100101 1101111 0 1010000 101001 11011 101001010 1000011 101100

Color Harmonies of #BB256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB256F

Black with #BB256F

Text Example


Text Example

White with #BB256F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB256F; }

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

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

background-color css

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

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

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

border-color css

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

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

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