Html Css Color HEX #BB49F2 Medium Orchid

📋 copy color: '#BB49F2'

red 187 ◦ green 73 ◦ blue 242

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

Shades of Medium Orchid #BB49F2

Tints of Medium Orchid #BB49F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.21%

R = 37.25%
G = 14.54%
B = 48.21%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB49F2 (or 0xBB49F2) is known color: Medium Orchid. HEX triplet: BB, 49 and F2. RGB value is (187,73,242). Sum of RGB (Red+Green+Blue) = 187+73+242=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 73 (28.91% from 255 or 14.54% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB49F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB49F2 is #44B60D. Grayscale: #7D7D7D. Windows color (decimal): -4503054 or 15878587. OLE color: 15878587.

HSL color Cylindrical-coordinate representation of color #BB49F2: hue angle of 280.47º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB49F2 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 73 242 -
CMYK 0.23 0.70 0 0.05
HSL 280.47º 0.87% 0.62% -
HSV(B) 280.47º 0.7% 0.95% -
XYZ 38.9 21.74 86.15 -
YUV 126.35 193.27 171.26 -
System Red Green Blue C M Y K H S L
Decimal 187 73 242 0.23 0.70 0 0.05 280.47 0.87 0.62
Hex BB 49 F2 17 46 0 5 118 57 3E
Octal 273 111 362 27 106 0 5 430 127 76
Binary 10111011 1001001 11110010 10111 1000110 0 101 100011000 1010111 111110

Color Harmonies of #BB49F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB49F2

Black with #BB49F2

Text Example


Text Example

White with #BB49F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB49F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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