Html Css Color HEX #B049EE Medium Orchid

📋 copy color: '#B049EE'

red 176 ◦ green 73 ◦ blue 238

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

Shades of Medium Orchid #B049EE

Tints of Medium Orchid #B049EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.87%

R = 36.14%
G = 14.99%
B = 48.87%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B049EE (or 0xB049EE) is known color: Medium Orchid. HEX triplet: B0, 49 and EE. RGB value is (176,73,238). Sum of RGB (Red+Green+Blue) = 176+73+238=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #B049EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B049EE is #4FB611. Grayscale: #7A7A7A. Windows color (decimal): -5223954 or 15616432. OLE color: 15616432.

HSL color Cylindrical-coordinate representation of color #B049EE: hue angle of 277.45º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B049EE is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 73 238 -
CMYK 0.26 0.69 0 0.07
HSL 277.45º 0.83% 0.61% -
HSV(B) 277.45º 0.69% 0.93% -
XYZ 35.72 20.17 82.9 -
YUV 122.61 193.12 166.08 -
System Red Green Blue C M Y K H S L
Decimal 176 73 238 0.26 0.69 0 0.07 277.45 0.83 0.61
Hex B0 49 EE 1A 45 0 7 115 53 3D
Octal 260 111 356 32 105 0 7 425 123 75
Binary 10110000 1001001 11101110 11010 1000101 0 111 100010101 1010011 111101

Color Harmonies of #B049EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B049EE

Black with #B049EE

Text Example


Text Example

White with #B049EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B049EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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