Html Css Color HEX #BB256E Medium Red Violet

📋 copy color: '#BB256E'

red 187 ◦ green 37 ◦ blue 110

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

Shades of Medium Red Violet #BB256E

Tints of Medium Red Violet #BB256E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.93%

R = 55.99%
G = 11.08%
B = 32.93%

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

#BB256E (or 0xBB256E) is known color: Medium Red Violet. HEX triplet: BB, 25 and 6E. RGB value is (187,37,110). Sum of RGB (Red+Green+Blue) = 187+37+110=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB256E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB256E is #44DA91. Grayscale: #5A5A5A. Windows color (decimal): -4512402 or 7218619. OLE color: 7218619.

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

Color convert

RGB 187 37 110 -
CMYK 0 0.80 0.41 0.27
HSL 330.8º 0.67% 0.44% -
HSV(B) 330.8º 0.8% 0.73% -
XYZ 23.97 13.01 16 -
YUV 90.17 139.2 197.06 -
System Red Green Blue C M Y K H S L
Decimal 187 37 110 0 0.80 0.41 0.27 330.8 0.67 0.44
Hex BB 25 6E 0 50 29 1B 14B 43 2C
Octal 273 45 156 0 120 51 33 513 103 54
Binary 10111011 100101 1101110 0 1010000 101001 11011 101001011 1000011 101100

Color Harmonies of #BB256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB256E

Black with #BB256E

Text Example


Text Example

White with #BB256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB256E; }

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

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

background-color css

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

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

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

border-color css

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

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

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