Html Css Color HEX #BB49FF Medium Orchid

📋 copy color: '#BB49FF'

red 187 ◦ green 73 ◦ blue 255

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

Shades of Medium Orchid #BB49FF

Tints of Medium Orchid #BB49FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.51%

R = 36.31%
G = 14.17%
B = 49.51%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB49FF (or 0xBB49FF) is known color: Medium Orchid. HEX triplet: BB, 49 and FF. RGB value is (187,73,255). Sum of RGB (Red+Green+Blue) = 187+73+255=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 73 (28.91% from 255 or 14.17% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB49FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB49FF is #44B600. Grayscale: #7F7F7F. Windows color (decimal): -4503041 or 16730555. OLE color: 16730555.

HSL color Cylindrical-coordinate representation of color #BB49FF: hue angle of 277.58º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB49FF is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 73 255 -
CMYK 0.27 0.71 0 0
HSL 277.58º 1% 0.64% -
HSV(B) 277.58º 0.71% 1% -
XYZ 40.93 22.55 96.8 -
YUV 127.83 199.77 170.2 -
System Red Green Blue C M Y K H S L
Decimal 187 73 255 0.27 0.71 0 0 277.58 1 0.64
Hex BB 49 FF 1B 47 0 0 116 64 40
Octal 273 111 377 33 107 0 0 426 144 100
Binary 10111011 1001001 11111111 11011 1000111 0 0 100010110 1100100 1000000

Color Harmonies of #BB49FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB49FF

Black with #BB49FF

Text Example


Text Example

White with #BB49FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB49FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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