Html Css Color HEX #BB49E1 Medium Orchid

📋 copy color: '#BB49E1'

red 187 ◦ green 73 ◦ blue 225

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

Shades of Medium Orchid #BB49E1

Tints of Medium Orchid #BB49E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.39%

R = 38.56%
G = 15.05%
B = 46.39%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB49E1 (or 0xBB49E1) is known color: Medium Orchid. HEX triplet: BB, 49 and E1. RGB value is (187,73,225). Sum of RGB (Red+Green+Blue) = 187+73+225=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB49E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB49E1 is #44B61E. Grayscale: #7B7B7B. Windows color (decimal): -4503071 or 14764475. OLE color: 14764475.

HSL color Cylindrical-coordinate representation of color #BB49E1: hue angle of 285º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB49E1 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 73 225 -
CMYK 0.17 0.68 0 0.12
HSL 285º 0.72% 0.58% -
HSV(B) 285º 0.68% 0.88% -
XYZ 36.47 20.77 73.32 -
YUV 124.41 184.77 172.64 -
System Red Green Blue C M Y K H S L
Decimal 187 73 225 0.17 0.68 0 0.12 285 0.72 0.58
Hex BB 49 E1 11 44 0 C 11D 48 3A
Octal 273 111 341 21 104 0 14 435 110 72
Binary 10111011 1001001 11100001 10001 1000100 0 1100 100011101 1001000 111010

Color Harmonies of #BB49E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB49E1

Black with #BB49E1

Text Example


Text Example

White with #BB49E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB49E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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