Html Css Color HEX #B048E2 Medium Orchid

📋 copy color: '#B048E2'

red 176 ◦ green 72 ◦ blue 226

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

Shades of Medium Orchid #B048E2

Tints of Medium Orchid #B048E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 47.68%

R = 37.13%
G = 15.19%
B = 47.68%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B048E2 (or 0xB048E2) is known color: Medium Orchid. HEX triplet: B0, 48 and E2. RGB value is (176,72,226). Sum of RGB (Red+Green+Blue) = 176+72+226=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 226 (88.67% from 255 or 47.68% from 474); Max value from RGB is 226 - color contains mainly: blue. Hex color #B048E2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B048E2 is #4FB71D. Grayscale: #787878. Windows color (decimal): -5224222 or 14829744. OLE color: 14829744.

HSL color Cylindrical-coordinate representation of color #B048E2: hue angle of 280.52º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B048E2 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 72 226 -
CMYK 0.22 0.68 0 0.11
HSL 280.52º 0.73% 0.58% -
HSV(B) 280.52º 0.68% 0.89% -
XYZ 33.95 19.36 73.9 -
YUV 120.65 187.46 167.48 -
System Red Green Blue C M Y K H S L
Decimal 176 72 226 0.22 0.68 0 0.11 280.52 0.73 0.58
Hex B0 48 E2 16 44 0 B 119 49 3A
Octal 260 110 342 26 104 0 13 431 111 72
Binary 10110000 1001000 11100010 10110 1000100 0 1011 100011001 1001001 111010

Color Harmonies of #B048E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B048E2

Black with #B048E2

Text Example


Text Example

White with #B048E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B048E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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