Html Css Color HEX #B049CE Medium Orchid

📋 copy color: '#B049CE'

red 176 ◦ green 73 ◦ blue 206

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

Shades of Medium Orchid #B049CE

Tints of Medium Orchid #B049CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.27%

R = 38.68%
G = 16.04%
B = 45.27%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B049CE (or 0xB049CE) is known color: Medium Orchid. HEX triplet: B0, 49 and CE. RGB value is (176,73,206). Sum of RGB (Red+Green+Blue) = 176+73+206=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #B049CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B049CE is #4FB631. Grayscale: #767676. Windows color (decimal): -5223986 or 13519280. OLE color: 13519280.

HSL color Cylindrical-coordinate representation of color #B049CE: hue angle of 286.47º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B049CE is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 73 206 -
CMYK 0.15 0.65 0 0.19
HSL 286.47º 0.58% 0.55% -
HSV(B) 286.47º 0.65% 0.81% -
XYZ 31.43 18.45 60.3 -
YUV 118.96 177.12 168.69 -
System Red Green Blue C M Y K H S L
Decimal 176 73 206 0.15 0.65 0 0.19 286.47 0.58 0.55
Hex B0 49 CE F 41 0 13 11E 3A 37
Octal 260 111 316 17 101 0 23 436 72 67
Binary 10110000 1001001 11001110 1111 1000001 0 10011 100011110 111010 110111

Color Harmonies of #B049CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B049CE

Black with #B049CE

Text Example


Text Example

White with #B049CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B049CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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