Html Css Color HEX #B048ED Medium Orchid

📋 copy color: '#B048ED'

red 176 ◦ green 72 ◦ blue 237

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

Shades of Medium Orchid #B048ED

Tints of Medium Orchid #B048ED

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.85%

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

R = 36.29%
G = 14.85%
B = 48.87%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B048ED (or 0xB048ED) is known color: Medium Orchid. HEX triplet: B0, 48 and ED. RGB value is (176,72,237). Sum of RGB (Red+Green+Blue) = 176+72+237=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #B048ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B048ED is #4FB712. Grayscale: #797979. Windows color (decimal): -5224211 or 15550640. OLE color: 15550640.

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

Color convert

RGB 176 72 237 -
CMYK 0.26 0.70 0 0.07
HSL 277.82º 0.82% 0.61% -
HSV(B) 277.82º 0.7% 0.93% -
XYZ 35.51 19.98 82.11 -
YUV 121.91 192.96 166.58 -
System Red Green Blue C M Y K H S L
Decimal 176 72 237 0.26 0.70 0 0.07 277.82 0.82 0.61
Hex B0 48 ED 1A 46 0 7 116 52 3D
Octal 260 110 355 32 106 0 7 426 122 75
Binary 10110000 1001000 11101101 11010 1000110 0 111 100010110 1010010 111101

Color Harmonies of #B048ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B048ED

Black with #B048ED

Text Example


Text Example

White with #B048ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B048ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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