Html Css Color HEX #B048EC Medium Orchid

📋 copy color: '#B048EC'

red 176 ◦ green 72 ◦ blue 236

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

Shades of Medium Orchid #B048EC

Tints of Medium Orchid #B048EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.76%

R = 36.36%
G = 14.88%
B = 48.76%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B048EC (or 0xB048EC) is known color: Medium Orchid. HEX triplet: B0, 48 and EC. RGB value is (176,72,236). Sum of RGB (Red+Green+Blue) = 176+72+236=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #B048EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B048EC is #4FB713. Grayscale: #797979. Windows color (decimal): -5224212 or 15485104. OLE color: 15485104.

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

Color convert

RGB 176 72 236 -
CMYK 0.25 0.69 0 0.07
HSL 278.05º 0.81% 0.6% -
HSV(B) 278.05º 0.69% 0.93% -
XYZ 35.36 19.92 81.34 -
YUV 121.79 192.46 166.66 -
System Red Green Blue C M Y K H S L
Decimal 176 72 236 0.25 0.69 0 0.07 278.05 0.81 0.6
Hex B0 48 EC 19 45 0 7 116 51 3C
Octal 260 110 354 31 105 0 7 426 121 74
Binary 10110000 1001000 11101100 11001 1000101 0 111 100010110 1010001 111100

Color Harmonies of #B048EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B048EC

Black with #B048EC

Text Example


Text Example

White with #B048EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B048EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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