Html Css Color HEX #BB49D5 Medium Orchid

📋 copy color: '#BB49D5'

red 187 ◦ green 73 ◦ blue 213

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

Shades of Medium Orchid #BB49D5

Tints of Medium Orchid #BB49D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.03%

R = 39.53%
G = 15.43%
B = 45.03%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB49D5 (or 0xBB49D5) is known color: Medium Orchid. HEX triplet: BB, 49 and D5. RGB value is (187,73,213). Sum of RGB (Red+Green+Blue) = 187+73+213=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB49D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB49D5 is #44B62A. Grayscale: #7A7A7A. Windows color (decimal): -4503083 or 13978043. OLE color: 13978043.

HSL color Cylindrical-coordinate representation of color #BB49D5: hue angle of 288.86º degrees, saturation: 0.62, 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 #BB49D5 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 73 213 -
CMYK 0.12 0.66 0 0.16
HSL 288.86º 0.63% 0.56% -
HSV(B) 288.86º 0.66% 0.84% -
XYZ 34.89 20.13 65 -
YUV 123.05 178.77 173.62 -
System Red Green Blue C M Y K H S L
Decimal 187 73 213 0.12 0.66 0 0.16 288.86 0.63 0.56
Hex BB 49 D5 C 42 0 10 121 3E 38
Octal 273 111 325 14 102 0 20 441 76 70
Binary 10111011 1001001 11010101 1100 1000010 0 10000 100100001 111110 111000

Color Harmonies of #BB49D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB49D5

Black with #BB49D5

Text Example


Text Example

White with #BB49D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB49D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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