Html Css Color HEX #BB3285 Medium Red Violet

📋 copy color: '#BB3285'

red 187 ◦ green 50 ◦ blue 133

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

Shades of Medium Red Violet #BB3285

Tints of Medium Red Violet #BB3285

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.51%

 BLUE value IS 133 (52.34% from 255) = 35.95%

R = 50.54%
G = 13.51%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BB3285 (or 0xBB3285) is known color: Medium Red Violet. HEX triplet: BB, 32 and 85. RGB value is (187,50,133). Sum of RGB (Red+Green+Blue) = 187+50+133=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3285 is #44CD7A. Grayscale: #646464. Windows color (decimal): -4509051 or 8729275. OLE color: 8729275.

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

Color convert

RGB 187 50 133 -
CMYK 0 0.73 0.29 0.27
HSL 323.65º 0.58% 0.46% -
HSV(B) 323.65º 0.73% 0.73% -
XYZ 25.87 14.54 23.63 -
YUV 100.43 146.39 189.75 -
System Red Green Blue C M Y K H S L
Decimal 187 50 133 0 0.73 0.29 0.27 323.65 0.58 0.46
Hex BB 32 85 0 49 1D 1B 144 3A 2E
Octal 273 62 205 0 111 35 33 504 72 56
Binary 10111011 110010 10000101 0 1001001 11101 11011 101000100 111010 101110

Color Harmonies of #BB3285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3285

Black with #BB3285

Text Example


Text Example

White with #BB3285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3285; }

 p { color: rgb(187,50,133); }

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

background-color css

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

 a { background-color: rgb(187,50,133); }

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

border-color css

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

 span { border-color: rgb(187,50,133); }

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