Html Css Color HEX #B048EE Medium Orchid

📋 copy color: '#B048EE'

red 176 ◦ green 72 ◦ blue 238

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

Shades of Medium Orchid #B048EE

Tints of Medium Orchid #B048EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.97%

R = 36.21%
G = 14.81%
B = 48.97%

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

#B048EE (or 0xB048EE) is known color: Medium Orchid. HEX triplet: B0, 48 and EE. RGB value is (176,72,238). Sum of RGB (Red+Green+Blue) = 176+72+238=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #B048EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B048EE is #4FB711. Grayscale: #797979. Windows color (decimal): -5224210 or 15616176. OLE color: 15616176.

HSL color Cylindrical-coordinate representation of color #B048EE: hue angle of 277.59º degrees, saturation: 0.83, 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 #B048EE is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 72 238 -
CMYK 0.26 0.70 0 0.07
HSL 277.59º 0.83% 0.61% -
HSV(B) 277.59º 0.7% 0.93% -
XYZ 35.65 20.04 82.88 -
YUV 122.02 193.46 166.5 -
System Red Green Blue C M Y K H S L
Decimal 176 72 238 0.26 0.70 0 0.07 277.59 0.83 0.61
Hex B0 48 EE 1A 46 0 7 116 53 3D
Octal 260 110 356 32 106 0 7 426 123 75
Binary 10110000 1001000 11101110 11010 1000110 0 111 100010110 1010011 111101

Color Harmonies of #B048EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B048EE

Black with #B048EE

Text Example


Text Example

White with #B048EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B048EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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