Html Css Color HEX #B256EB Medium Orchid

📋 copy color: '#B256EB'

red 178 ◦ green 86 ◦ blue 235

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

Shades of Medium Orchid #B256EB

Tints of Medium Orchid #B256EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.09%

R = 35.67%
G = 17.23%
B = 47.09%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B256EB (or 0xB256EB) is known color: Medium Orchid. HEX triplet: B2, 56 and EB. RGB value is (178,86,235). Sum of RGB (Red+Green+Blue) = 178+86+235=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 86 (33.98% from 255 or 17.23% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #B256EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B256EB is #4DA914. Grayscale: #818181. Windows color (decimal): -5089557 or 15423154. OLE color: 15423154.

HSL color Cylindrical-coordinate representation of color #B256EB: hue angle of 277.05º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B256EB is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 86 235 -
CMYK 0.24 0.63 0 0.08
HSL 277.05º 0.79% 0.63% -
HSV(B) 277.05º 0.63% 0.92% -
XYZ 36.68 22.12 80.93 -
YUV 130.49 186.98 161.88 -
System Red Green Blue C M Y K H S L
Decimal 178 86 235 0.24 0.63 0 0.08 277.05 0.79 0.63
Hex B2 56 EB 18 3F 0 8 115 4F 3F
Octal 262 126 353 30 77 0 10 425 117 77
Binary 10110010 1010110 11101011 11000 111111 0 1000 100010101 1001111 111111

Color Harmonies of #B256EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B256EB

Black with #B256EB

Text Example


Text Example

White with #B256EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B256EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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