Html Css Color HEX #B048E8 Medium Orchid

📋 copy color: '#B048E8'

red 176 ◦ green 72 ◦ blue 232

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

Shades of Medium Orchid #B048E8

Tints of Medium Orchid #B048E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.33%

R = 36.67%
G = 15%
B = 48.33%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B048E8 (or 0xB048E8) is known color: Medium Orchid. HEX triplet: B0, 48 and E8. RGB value is (176,72,232). Sum of RGB (Red+Green+Blue) = 176+72+232=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 232 (91.02% from 255 or 48.33% from 480); Max value from RGB is 232 - color contains mainly: blue. Hex color #B048E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B048E8 is #4FB717. Grayscale: #787878. Windows color (decimal): -5224216 or 15222960. OLE color: 15222960.

HSL color Cylindrical-coordinate representation of color #B048E8: hue angle of 279º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B048E8 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 72 232 -
CMYK 0.24 0.69 0 0.09
HSL 279º 0.78% 0.6% -
HSV(B) 279º 0.69% 0.91% -
XYZ 34.79 19.69 78.31 -
YUV 121.34 190.46 166.99 -
System Red Green Blue C M Y K H S L
Decimal 176 72 232 0.24 0.69 0 0.09 279 0.78 0.6
Hex B0 48 E8 18 45 0 9 117 4E 3C
Octal 260 110 350 30 105 0 11 427 116 74
Binary 10110000 1001000 11101000 11000 1000101 0 1001 100010111 1001110 111100

Color Harmonies of #B048E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B048E8

Black with #B048E8

Text Example


Text Example

White with #B048E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B048E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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