Html Css Color HEX #B049EB Medium Orchid

📋 copy color: '#B049EB'

red 176 ◦ green 73 ◦ blue 235

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

Shades of Medium Orchid #B049EB

Tints of Medium Orchid #B049EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.55%

R = 36.36%
G = 15.08%
B = 48.55%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B049EB (or 0xB049EB) is known color: Medium Orchid. HEX triplet: B0, 49 and EB. RGB value is (176,73,235). Sum of RGB (Red+Green+Blue) = 176+73+235=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 73 (28.91% from 255 or 15.08% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #B049EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B049EB is #4FB614. Grayscale: #797979. Windows color (decimal): -5223957 or 15419824. OLE color: 15419824.

HSL color Cylindrical-coordinate representation of color #B049EB: hue angle of 278.15º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B049EB is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 73 235 -
CMYK 0.25 0.69 0 0.08
HSL 278.15º 0.8% 0.6% -
HSV(B) 278.15º 0.69% 0.92% -
XYZ 35.28 19.99 80.6 -
YUV 122.27 191.62 166.33 -
System Red Green Blue C M Y K H S L
Decimal 176 73 235 0.25 0.69 0 0.08 278.15 0.8 0.6
Hex B0 49 EB 19 45 0 8 116 50 3C
Octal 260 111 353 31 105 0 10 426 120 74
Binary 10110000 1001001 11101011 11001 1000101 0 1000 100010110 1010000 111100

Color Harmonies of #B049EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B049EB

Black with #B049EB

Text Example


Text Example

White with #B049EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B049EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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