Html Css Color HEX #BB0885 Medium Violet Red

📋 copy color: '#BB0885'

red 187 ◦ green 8 ◦ blue 133

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

Shades of Medium Violet Red #BB0885

Tints of Medium Violet Red #BB0885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.44%

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

R = 57.01%
G = 2.44%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BB0885 (or 0xBB0885) is known color: Medium Violet Red. HEX triplet: BB, 08 and 85. RGB value is (187,8,133). Sum of RGB (Red+Green+Blue) = 187+8+133=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0885 is #44F77A. Grayscale: #4B4B4B. Windows color (decimal): -4519803 or 8718523. OLE color: 8718523.

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

Color convert

RGB 187 8 133 -
CMYK 0 0.96 0.29 0.27
HSL 318.1º 0.92% 0.38% -
HSV(B) 318.1º 0.96% 0.73% -
XYZ 24.81 12.43 23.28 -
YUV 75.77 160.3 207.34 -
System Red Green Blue C M Y K H S L
Decimal 187 8 133 0 0.96 0.29 0.27 318.1 0.92 0.38
Hex BB 8 85 0 60 1D 1B 13E 5C 26
Octal 273 10 205 0 140 35 33 476 134 46
Binary 10111011 1000 10000101 0 1100000 11101 11011 100111110 1011100 100110

Color Harmonies of #BB0885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0885

Black with #BB0885

Text Example


Text Example

White with #BB0885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0885; }

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

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

background-color css

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

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

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

border-color css

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

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

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