Html Css Color HEX #B049F1 Medium Orchid

📋 copy color: '#B049F1'

red 176 ◦ green 73 ◦ blue 241

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

Shades of Medium Orchid #B049F1

Tints of Medium Orchid #B049F1

RGB

 RED value IS 176 (69.14% from 255) = 35.92%

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

 BLUE value IS 241 (94.53% from 255) = 49.18%

R = 35.92%
G = 14.9%
B = 49.18%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B049F1 (or 0xB049F1) is known color: Medium Orchid. HEX triplet: B0, 49 and F1. RGB value is (176,73,241). Sum of RGB (Red+Green+Blue) = 176+73+241=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #B049F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B049F1 is #4FB60E. Grayscale: #7A7A7A. Windows color (decimal): -5223951 or 15813040. OLE color: 15813040.

HSL color Cylindrical-coordinate representation of color #B049F1: hue angle of 276.79º degrees, saturation: 0.86, 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 #B049F1 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 73 241 -
CMYK 0.27 0.70 0 0.05
HSL 276.79º 0.86% 0.62% -
HSV(B) 276.79º 0.7% 0.95% -
XYZ 36.16 20.35 85.24 -
YUV 122.95 194.62 165.84 -
System Red Green Blue C M Y K H S L
Decimal 176 73 241 0.27 0.70 0 0.05 276.79 0.86 0.62
Hex B0 49 F1 1B 46 0 5 115 56 3E
Octal 260 111 361 33 106 0 5 425 126 76
Binary 10110000 1001001 11110001 11011 1000110 0 101 100010101 1010110 111110

Color Harmonies of #B049F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B049F1

Black with #B049F1

Text Example


Text Example

White with #B049F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B049F1; }

 p { color: rgb(176,73,241); }

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

background-color css

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

 a { background-color: rgb(176,73,241); }

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

border-color css

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

 span { border-color: rgb(176,73,241); }

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