Html Css Color HEX #B256EA Medium Orchid

📋 copy color: '#B256EA'

red 178 ◦ green 86 ◦ blue 234

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

Shades of Medium Orchid #B256EA

Tints of Medium Orchid #B256EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.99%

R = 35.74%
G = 17.27%
B = 46.99%

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

#B256EA (or 0xB256EA) is known color: Medium Orchid. HEX triplet: B2, 56 and EA. RGB value is (178,86,234). Sum of RGB (Red+Green+Blue) = 178+86+234=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 86 (33.98% from 255 or 17.27% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #B256EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B256EA is #4DA915. Grayscale: #818181. Windows color (decimal): -5089558 or 15357618. OLE color: 15357618.

HSL color Cylindrical-coordinate representation of color #B256EA: hue angle of 277.3º degrees, saturation: 0.78, 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 #B256EA is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 86 234 -
CMYK 0.24 0.63 0 0.08
HSL 277.3º 0.78% 0.63% -
HSV(B) 277.3º 0.63% 0.92% -
XYZ 36.54 22.06 80.17 -
YUV 130.38 186.48 161.97 -
System Red Green Blue C M Y K H S L
Decimal 178 86 234 0.24 0.63 0 0.08 277.3 0.78 0.63
Hex B2 56 EA 18 3F 0 8 115 4E 3F
Octal 262 126 352 30 77 0 10 425 116 77
Binary 10110010 1010110 11101010 11000 111111 0 1000 100010101 1001110 111111

Color Harmonies of #B256EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B256EA

Black with #B256EA

Text Example


Text Example

White with #B256EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B256EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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