Html Css Color HEX #B054EC Medium Orchid

📋 copy color: '#B054EC'

red 176 ◦ green 84 ◦ blue 236

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

Shades of Medium Orchid #B054EC

Tints of Medium Orchid #B054EC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.94%

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

R = 35.48%
G = 16.94%
B = 47.58%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B054EC (or 0xB054EC) is known color: Medium Orchid. HEX triplet: B0, 54 and EC. RGB value is (176,84,236). Sum of RGB (Red+Green+Blue) = 176+84+236=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 84 (33.20% from 255 or 16.94% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #B054EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B054EC is #4FAB13. Grayscale: #808080. Windows color (decimal): -5221140 or 15488176. OLE color: 15488176.

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

Color convert

RGB 176 84 236 -
CMYK 0.25 0.64 0 0.07
HSL 276.32º 0.8% 0.63% -
HSV(B) 276.32º 0.64% 0.93% -
XYZ 36.22 21.63 81.62 -
YUV 128.84 188.48 161.64 -
System Red Green Blue C M Y K H S L
Decimal 176 84 236 0.25 0.64 0 0.07 276.32 0.8 0.63
Hex B0 54 EC 19 40 0 7 114 50 3F
Octal 260 124 354 31 100 0 7 424 120 77
Binary 10110000 1010100 11101100 11001 1000000 0 111 100010100 1010000 111111

Color Harmonies of #B054EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B054EC

Black with #B054EC

Text Example


Text Example

White with #B054EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B054EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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