Html Css Color HEX #B049ED Medium Orchid

📋 copy color: '#B049ED'

red 176 ◦ green 73 ◦ blue 237

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

Shades of Medium Orchid #B049ED

Tints of Medium Orchid #B049ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.77%

R = 36.21%
G = 15.02%
B = 48.77%

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

#B049ED (or 0xB049ED) is known color: Medium Orchid. HEX triplet: B0, 49 and ED. RGB value is (176,73,237). Sum of RGB (Red+Green+Blue) = 176+73+237=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 73 (28.91% from 255 or 15.02% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #B049ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B049ED is #4FB612. Grayscale: #797979. Windows color (decimal): -5223955 or 15550896. OLE color: 15550896.

HSL color Cylindrical-coordinate representation of color #B049ED: hue angle of 277.68º degrees, saturation: 0.82, 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 #B049ED is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 73 237 -
CMYK 0.26 0.69 0 0.07
HSL 277.68º 0.82% 0.61% -
HSV(B) 277.68º 0.69% 0.93% -
XYZ 35.57 20.11 82.13 -
YUV 122.49 192.62 166.16 -
System Red Green Blue C M Y K H S L
Decimal 176 73 237 0.26 0.69 0 0.07 277.68 0.82 0.61
Hex B0 49 ED 1A 45 0 7 116 52 3D
Octal 260 111 355 32 105 0 7 426 122 75
Binary 10110000 1001001 11101101 11010 1000101 0 111 100010110 1010010 111101

Color Harmonies of #B049ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B049ED

Black with #B049ED

Text Example


Text Example

White with #B049ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B049ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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