Html Css Color HEX #B056DF Medium Orchid

📋 copy color: '#B056DF'

red 176 ◦ green 86 ◦ blue 223

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

Shades of Medium Orchid #B056DF

Tints of Medium Orchid #B056DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 36.29%
G = 17.73%
B = 45.98%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B056DF (or 0xB056DF) is known color: Medium Orchid. HEX triplet: B0, 56 and DF. RGB value is (176,86,223). Sum of RGB (Red+Green+Blue) = 176+86+223=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #B056DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B056DF is #4FA920. Grayscale: #808080. Windows color (decimal): -5220641 or 14636720. OLE color: 14636720.

HSL color Cylindrical-coordinate representation of color #B056DF: hue angle of 279.42º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B056DF is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 86 223 -
CMYK 0.21 0.61 0 0.13
HSL 279.42º 0.68% 0.61% -
HSV(B) 279.42º 0.61% 0.87% -
XYZ 34.55 21.21 72.09 -
YUV 128.53 181.32 161.86 -
System Red Green Blue C M Y K H S L
Decimal 176 86 223 0.21 0.61 0 0.13 279.42 0.68 0.61
Hex B0 56 DF 15 3D 0 D 117 44 3D
Octal 260 126 337 25 75 0 15 427 104 75
Binary 10110000 1010110 11011111 10101 111101 0 1101 100010111 1000100 111101

Color Harmonies of #B056DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B056DF

Black with #B056DF

Text Example


Text Example

White with #B056DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B056DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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