Html Css Color HEX #BB49FE Medium Orchid

📋 copy color: '#BB49FE'

red 187 ◦ green 73 ◦ blue 254

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

Shades of Medium Orchid #BB49FE

Tints of Medium Orchid #BB49FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.42%

R = 36.38%
G = 14.2%
B = 49.42%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB49FE (or 0xBB49FE) is known color: Medium Orchid. HEX triplet: BB, 49 and FE. RGB value is (187,73,254). Sum of RGB (Red+Green+Blue) = 187+73+254=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 73 (28.91% from 255 or 14.20% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB49FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB49FE is #44B601. Grayscale: #7F7F7F. Windows color (decimal): -4503042 or 16665019. OLE color: 16665019.

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

Color convert

RGB 187 73 254 -
CMYK 0.26 0.71 0 0.00
HSL 277.79º 0.99% 0.64% -
HSV(B) 277.79º 0.71% 1% -
XYZ 40.77 22.49 95.96 -
YUV 127.72 199.27 170.28 -
System Red Green Blue C M Y K H S L
Decimal 187 73 254 0.26 0.71 0 0.00 277.79 0.99 0.64
Hex BB 49 FE 1A 47 0 0 116 63 40
Octal 273 111 376 32 107 0 0 426 143 100
Binary 10111011 1001001 11111110 11010 1000111 0 0 100010110 1100011 1000000

Color Harmonies of #BB49FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB49FE

Black with #BB49FE

Text Example


Text Example

White with #BB49FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB49FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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