Html Css Color HEX #BB49DF Medium Orchid

📋 copy color: '#BB49DF'

red 187 ◦ green 73 ◦ blue 223

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

Shades of Medium Orchid #BB49DF

Tints of Medium Orchid #BB49DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.17%

R = 38.72%
G = 15.11%
B = 46.17%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB49DF (or 0xBB49DF) is known color: Medium Orchid. HEX triplet: BB, 49 and DF. RGB value is (187,73,223). Sum of RGB (Red+Green+Blue) = 187+73+223=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 73 (28.91% from 255 or 15.11% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB49DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB49DF is #44B620. Grayscale: #7B7B7B. Windows color (decimal): -4503073 or 14633403. OLE color: 14633403.

HSL color Cylindrical-coordinate representation of color #BB49DF: hue angle of 285.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB49DF is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 73 223 -
CMYK 0.16 0.67 0 0.13
HSL 285.6º 0.7% 0.58% -
HSV(B) 285.6º 0.67% 0.87% -
XYZ 36.2 20.66 71.89 -
YUV 124.19 183.77 172.8 -
System Red Green Blue C M Y K H S L
Decimal 187 73 223 0.16 0.67 0 0.13 285.6 0.7 0.58
Hex BB 49 DF 10 43 0 D 11E 46 3A
Octal 273 111 337 20 103 0 15 436 106 72
Binary 10111011 1001001 11011111 10000 1000011 0 1101 100011110 1000110 111010

Color Harmonies of #BB49DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB49DF

Black with #BB49DF

Text Example


Text Example

White with #BB49DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB49DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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