Html Css Color HEX #B056EF Medium Orchid

📋 copy color: '#B056EF'

red 176 ◦ green 86 ◦ blue 239

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

Shades of Medium Orchid #B056EF

Tints of Medium Orchid #B056EF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.17%

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

R = 35.13%
G = 17.17%
B = 47.7%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B056EF (or 0xB056EF) is known color: Medium Orchid. HEX triplet: B0, 56 and EF. RGB value is (176,86,239). Sum of RGB (Red+Green+Blue) = 176+86+239=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 86 (33.98% from 255 or 17.17% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #B056EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B056EF is #4FA910. Grayscale: #818181. Windows color (decimal): -5220625 or 15685296. OLE color: 15685296.

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

Color convert

RGB 176 86 239 -
CMYK 0.26 0.64 0 0.06
HSL 275.29º 0.83% 0.64% -
HSV(B) 275.29º 0.64% 0.94% -
XYZ 36.81 22.12 83.99 -
YUV 130.35 189.32 160.56 -
System Red Green Blue C M Y K H S L
Decimal 176 86 239 0.26 0.64 0 0.06 275.29 0.83 0.64
Hex B0 56 EF 1A 40 0 6 113 53 40
Octal 260 126 357 32 100 0 6 423 123 100
Binary 10110000 1010110 11101111 11010 1000000 0 110 100010011 1010011 1000000

Color Harmonies of #B056EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B056EF

Black with #B056EF

Text Example


Text Example

White with #B056EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B056EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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