Html Css Color HEX #B056FF Medium Orchid

📋 copy color: '#B056FF'

red 176 ◦ green 86 ◦ blue 255

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

Shades of Medium Orchid #B056FF

Tints of Medium Orchid #B056FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.32%

R = 34.04%
G = 16.63%
B = 49.32%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B056FF (or 0xB056FF) is known color: Medium Orchid. HEX triplet: B0, 56 and FF. RGB value is (176,86,255). Sum of RGB (Red+Green+Blue) = 176+86+255=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 86 (33.98% from 255 or 16.63% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #B056FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B056FF is #4FA900. Grayscale: #838383. Windows color (decimal): -5220609 or 16733872. OLE color: 16733872.

HSL color Cylindrical-coordinate representation of color #B056FF: hue angle of 271.95º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B056FF is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 176 86 255 -
CMYK 0.31 0.66 0 0
HSL 271.95º 1% 0.67% -
HSV(B) 271.95º 0.66% 1% -
XYZ 39.28 23.11 97 -
YUV 132.18 197.32 159.26 -
System Red Green Blue C M Y K H S L
Decimal 176 86 255 0.31 0.66 0 0 271.95 1 0.67
Hex B0 56 FF 1F 42 0 0 110 64 43
Octal 260 126 377 37 102 0 0 420 144 103
Binary 10110000 1010110 11111111 11111 1000010 0 0 100010000 1100100 1000011

Color Harmonies of #B056FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B056FF

Black with #B056FF

Text Example


Text Example

White with #B056FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B056FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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