Html Css Color HEX #BB3F88 Medium Red Violet

📋 copy color: '#BB3F88'

red 187 ◦ green 63 ◦ blue 136

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

Shades of Medium Red Violet #BB3F88

Tints of Medium Red Violet #BB3F88

RGB

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

 GREEN value IS 63 (25% from 255) = 16.32%

 BLUE value IS 136 (53.52% from 255) = 35.23%

R = 48.45%
G = 16.32%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB3F88 (or 0xBB3F88) is known color: Medium Red Violet. HEX triplet: BB, 3F and 88. RGB value is (187,63,136). Sum of RGB (Red+Green+Blue) = 187+63+136=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3F88 is #44C077. Grayscale: #6C6C6C. Windows color (decimal): -4505720 or 8929211. OLE color: 8929211.

HSL color Cylindrical-coordinate representation of color #BB3F88: hue angle of 324.68º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB3F88 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 63 136 -
CMYK 0 0.66 0.27 0.27
HSL 324.68º 0.5% 0.49% -
HSV(B) 324.68º 0.66% 0.73% -
XYZ 26.71 15.9 24.95 -
YUV 108.4 143.58 184.06 -
System Red Green Blue C M Y K H S L
Decimal 187 63 136 0 0.66 0.27 0.27 324.68 0.5 0.49
Hex BB 3F 88 0 42 1B 1B 145 32 31
Octal 273 77 210 0 102 33 33 505 62 61
Binary 10111011 111111 10001000 0 1000010 11011 11011 101000101 110010 110001

Color Harmonies of #BB3F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3F88

Black with #BB3F88

Text Example


Text Example

White with #BB3F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3F88; }

 p { color: rgb(187,63,136); }

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

background-color css

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

 a { background-color: rgb(187,63,136); }

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

border-color css

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

 span { border-color: rgb(187,63,136); }

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