Html Css Color HEX #BB256A Medium Red Violet

📋 copy color: '#BB256A'

red 187 ◦ green 37 ◦ blue 106

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

Shades of Medium Red Violet #BB256A

Tints of Medium Red Violet #BB256A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.12%

R = 56.67%
G = 11.21%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB256A (or 0xBB256A) is known color: Medium Red Violet. HEX triplet: BB, 25 and 6A. RGB value is (187,37,106). Sum of RGB (Red+Green+Blue) = 187+37+106=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB256A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB256A is #44DA95. Grayscale: #595959. Windows color (decimal): -4512406 or 6956475. OLE color: 6956475.

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

Color convert

RGB 187 37 106 -
CMYK 0 0.80 0.43 0.27
HSL 332.4º 0.67% 0.44% -
HSV(B) 332.4º 0.8% 0.73% -
XYZ 23.76 12.93 14.88 -
YUV 89.72 137.2 197.39 -
System Red Green Blue C M Y K H S L
Decimal 187 37 106 0 0.80 0.43 0.27 332.4 0.67 0.44
Hex BB 25 6A 0 50 2B 1B 14C 43 2C
Octal 273 45 152 0 120 53 33 514 103 54
Binary 10111011 100101 1101010 0 1010000 101011 11011 101001100 1000011 101100

Color Harmonies of #BB256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB256A

Black with #BB256A

Text Example


Text Example

White with #BB256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB256A; }

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

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

background-color css

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

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

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

border-color css

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

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

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