Html Css Color HEX #B256ED Medium Orchid

📋 copy color: '#B256ED'

red 178 ◦ green 86 ◦ blue 237

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

Shades of Medium Orchid #B256ED

Tints of Medium Orchid #B256ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.31%

R = 35.53%
G = 17.17%
B = 47.31%

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

#B256ED (or 0xB256ED) is known color: Medium Orchid. HEX triplet: B2, 56 and ED. RGB value is (178,86,237). Sum of RGB (Red+Green+Blue) = 178+86+237=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 86 (33.98% from 255 or 17.17% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #B256ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B256ED is #4DA912. Grayscale: #828282. Windows color (decimal): -5089555 or 15554226. OLE color: 15554226.

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

Color convert

RGB 178 86 237 -
CMYK 0.25 0.64 0 0.07
HSL 276.56º 0.81% 0.63% -
HSV(B) 276.56º 0.64% 0.93% -
XYZ 36.97 22.23 82.46 -
YUV 130.72 187.98 161.72 -
System Red Green Blue C M Y K H S L
Decimal 178 86 237 0.25 0.64 0 0.07 276.56 0.81 0.63
Hex B2 56 ED 19 40 0 7 115 51 3F
Octal 262 126 355 31 100 0 7 425 121 77
Binary 10110010 1010110 11101101 11001 1000000 0 111 100010101 1010001 111111

Color Harmonies of #B256ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B256ED

Black with #B256ED

Text Example


Text Example

White with #B256ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B256ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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