Html Css Color HEX #BB49DB Medium Orchid

📋 copy color: '#BB49DB'

red 187 ◦ green 73 ◦ blue 219

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

Shades of Medium Orchid #BB49DB

Tints of Medium Orchid #BB49DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.72%

R = 39.04%
G = 15.24%
B = 45.72%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB49DB (or 0xBB49DB) is known color: Medium Orchid. HEX triplet: BB, 49 and DB. RGB value is (187,73,219). Sum of RGB (Red+Green+Blue) = 187+73+219=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB49DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB49DB is #44B624. Grayscale: #7B7B7B. Windows color (decimal): -4503077 or 14371259. OLE color: 14371259.

HSL color Cylindrical-coordinate representation of color #BB49DB: hue angle of 286.85º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB49DB is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 73 219 -
CMYK 0.15 0.67 0 0.14
HSL 286.85º 0.67% 0.57% -
HSV(B) 286.85º 0.67% 0.86% -
XYZ 35.66 20.44 69.08 -
YUV 123.73 181.77 173.13 -
System Red Green Blue C M Y K H S L
Decimal 187 73 219 0.15 0.67 0 0.14 286.85 0.67 0.57
Hex BB 49 DB F 43 0 E 11F 43 39
Octal 273 111 333 17 103 0 16 437 103 71
Binary 10111011 1001001 11011011 1111 1000011 0 1110 100011111 1000011 111001

Color Harmonies of #BB49DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB49DB

Black with #BB49DB

Text Example


Text Example

White with #BB49DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB49DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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