Html Css Color HEX #B049E1 Medium Orchid

📋 copy color: '#B049E1'

red 176 ◦ green 73 ◦ blue 225

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

Shades of Medium Orchid #B049E1

Tints of Medium Orchid #B049E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.47%

R = 37.13%
G = 15.4%
B = 47.47%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B049E1 (or 0xB049E1) is known color: Medium Orchid. HEX triplet: B0, 49 and E1. RGB value is (176,73,225). Sum of RGB (Red+Green+Blue) = 176+73+225=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 225 (88.28% from 255 or 47.47% from 474); Max value from RGB is 225 - color contains mainly: blue. Hex color #B049E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B049E1 is #4FB61E. Grayscale: #787878. Windows color (decimal): -5223967 or 14764464. OLE color: 14764464.

HSL color Cylindrical-coordinate representation of color #B049E1: hue angle of 280.66º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B049E1 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 73 225 -
CMYK 0.22 0.68 0 0.12
HSL 280.66º 0.72% 0.58% -
HSV(B) 280.66º 0.68% 0.88% -
XYZ 33.88 19.43 73.2 -
YUV 121.13 186.62 167.14 -
System Red Green Blue C M Y K H S L
Decimal 176 73 225 0.22 0.68 0 0.12 280.66 0.72 0.58
Hex B0 49 E1 16 44 0 C 119 48 3A
Octal 260 111 341 26 104 0 14 431 110 72
Binary 10110000 1001001 11100001 10110 1000100 0 1100 100011001 1001000 111010

Color Harmonies of #B049E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B049E1

Black with #B049E1

Text Example


Text Example

White with #B049E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B049E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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