Html Css Color HEX #BB256B Medium Red Violet

📋 copy color: '#BB256B'

red 187 ◦ green 37 ◦ blue 107

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

Shades of Medium Red Violet #BB256B

Tints of Medium Red Violet #BB256B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.33%

R = 56.5%
G = 11.18%
B = 32.33%

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

#BB256B (or 0xBB256B) is known color: Medium Red Violet. HEX triplet: BB, 25 and 6B. RGB value is (187,37,107). Sum of RGB (Red+Green+Blue) = 187+37+107=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB256B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB256B is #44DA94. Grayscale: #595959. Windows color (decimal): -4512405 or 7022011. OLE color: 7022011.

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

Color convert

RGB 187 37 107 -
CMYK 0 0.80 0.43 0.27
HSL 332º 0.67% 0.44% -
HSV(B) 332º 0.8% 0.73% -
XYZ 23.81 12.95 15.15 -
YUV 89.83 137.7 197.31 -
System Red Green Blue C M Y K H S L
Decimal 187 37 107 0 0.80 0.43 0.27 332 0.67 0.44
Hex BB 25 6B 0 50 2B 1B 14C 43 2C
Octal 273 45 153 0 120 53 33 514 103 54
Binary 10111011 100101 1101011 0 1010000 101011 11011 101001100 1000011 101100

Color Harmonies of #BB256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB256B

Black with #BB256B

Text Example


Text Example

White with #BB256B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB256B; }

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

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

background-color css

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

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

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

border-color css

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

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

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