Html Css Color HEX #B048EF Medium Orchid

📋 copy color: '#B048EF'

red 176 ◦ green 72 ◦ blue 239

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

Shades of Medium Orchid #B048EF

Tints of Medium Orchid #B048EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.08%

R = 36.14%
G = 14.78%
B = 49.08%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B048EF (or 0xB048EF) is known color: Medium Orchid. HEX triplet: B0, 48 and EF. RGB value is (176,72,239). Sum of RGB (Red+Green+Blue) = 176+72+239=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 72 (28.52% from 255 or 14.78% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #B048EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B048EF is #4FB710. Grayscale: #797979. Windows color (decimal): -5224209 or 15681712. OLE color: 15681712.

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

Color convert

RGB 176 72 239 -
CMYK 0.26 0.70 0 0.06
HSL 277.37º 0.84% 0.61% -
HSV(B) 277.37º 0.7% 0.94% -
XYZ 35.8 20.1 83.65 -
YUV 122.13 193.96 166.42 -
System Red Green Blue C M Y K H S L
Decimal 176 72 239 0.26 0.70 0 0.06 277.37 0.84 0.61
Hex B0 48 EF 1A 46 0 6 115 54 3D
Octal 260 110 357 32 106 0 6 425 124 75
Binary 10110000 1001000 11101111 11010 1000110 0 110 100010101 1010100 111101

Color Harmonies of #B048EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B048EF

Black with #B048EF

Text Example


Text Example

White with #B048EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B048EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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