Html Css Color HEX #B256DF Medium Orchid

📋 copy color: '#B256DF'

red 178 ◦ green 86 ◦ blue 223

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

Shades of Medium Orchid #B256DF

Tints of Medium Orchid #B256DF

RGB

 RED value IS 178 (69.92% from 255) = 36.55%

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

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

R = 36.55%
G = 17.66%
B = 45.79%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B256DF (or 0xB256DF) is known color: Medium Orchid. HEX triplet: B2, 56 and DF. RGB value is (178,86,223). Sum of RGB (Red+Green+Blue) = 178+86+223=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 86 (33.98% from 255 or 17.66% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #B256DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B256DF is #4DA920. Grayscale: #808080. Windows color (decimal): -5089569 or 14636722. OLE color: 14636722.

HSL color Cylindrical-coordinate representation of color #B256DF: hue angle of 280.29º 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 #B256DF is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 86 223 -
CMYK 0.20 0.61 0 0.13
HSL 280.29º 0.68% 0.61% -
HSV(B) 280.29º 0.61% 0.87% -
XYZ 35.01 21.45 72.11 -
YUV 129.13 180.98 162.86 -
System Red Green Blue C M Y K H S L
Decimal 178 86 223 0.20 0.61 0 0.13 280.29 0.68 0.61
Hex B2 56 DF 14 3D 0 D 118 44 3D
Octal 262 126 337 24 75 0 15 430 104 75
Binary 10110010 1010110 11011111 10100 111101 0 1101 100011000 1000100 111101

Color Harmonies of #B256DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B256DF

Black with #B256DF

Text Example


Text Example

White with #B256DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B256DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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