Html Css Color HEX #BB49D6 Medium Orchid

📋 copy color: '#BB49D6'

red 187 ◦ green 73 ◦ blue 214

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

Shades of Medium Orchid #BB49D6

Tints of Medium Orchid #BB49D6

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.4%

 BLUE value IS 214 (83.98% from 255) = 45.15%

R = 39.45%
G = 15.4%
B = 45.15%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB49D6 (or 0xBB49D6) is known color: Medium Orchid. HEX triplet: BB, 49 and D6. RGB value is (187,73,214). Sum of RGB (Red+Green+Blue) = 187+73+214=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 214 (83.98% from 255 or 45.15% from 474); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB49D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB49D6 is #44B629. Grayscale: #7A7A7A. Windows color (decimal): -4503082 or 14043579. OLE color: 14043579.

HSL color Cylindrical-coordinate representation of color #BB49D6: hue angle of 288.51º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB49D6 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 73 214 -
CMYK 0.13 0.66 0 0.16
HSL 288.51º 0.63% 0.56% -
HSV(B) 288.51º 0.66% 0.84% -
XYZ 35.01 20.18 65.67 -
YUV 123.16 179.27 173.54 -
System Red Green Blue C M Y K H S L
Decimal 187 73 214 0.13 0.66 0 0.16 288.51 0.63 0.56
Hex BB 49 D6 D 42 0 10 121 3F 38
Octal 273 111 326 15 102 0 20 441 77 70
Binary 10111011 1001001 11010110 1101 1000010 0 10000 100100001 111111 111000

Color Harmonies of #BB49D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB49D6

Black with #BB49D6

Text Example


Text Example

White with #BB49D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB49D6; }

 p { color: rgb(187,73,214); }

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

background-color css

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

 a { background-color: rgb(187,73,214); }

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

border-color css

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

 span { border-color: rgb(187,73,214); }

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