Html Css Color HEX #B055EC Medium Orchid

📋 copy color: '#B055EC'

red 176 ◦ green 85 ◦ blue 236

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

Shades of Medium Orchid #B055EC

Tints of Medium Orchid #B055EC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.1%

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

R = 35.41%
G = 17.1%
B = 47.48%

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

#B055EC (or 0xB055EC) is known color: Medium Orchid. HEX triplet: B0, 55 and EC. RGB value is (176,85,236). Sum of RGB (Red+Green+Blue) = 176+85+236=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #B055EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B055EC is #4FAA13. Grayscale: #808080. Windows color (decimal): -5220884 or 15488432. OLE color: 15488432.

HSL color Cylindrical-coordinate representation of color #B055EC: hue angle of 276.16º 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 #B055EC is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 85 236 -
CMYK 0.25 0.64 0 0.07
HSL 276.16º 0.8% 0.63% -
HSV(B) 276.16º 0.64% 0.93% -
XYZ 36.29 21.78 81.65 -
YUV 129.42 188.15 161.22 -
System Red Green Blue C M Y K H S L
Decimal 176 85 236 0.25 0.64 0 0.07 276.16 0.8 0.63
Hex B0 55 EC 19 40 0 7 114 50 3F
Octal 260 125 354 31 100 0 7 424 120 77
Binary 10110000 1010101 11101100 11001 1000000 0 111 100010100 1010000 111111

Color Harmonies of #B055EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B055EC

Black with #B055EC

Text Example


Text Example

White with #B055EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B055EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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