Html Css Color HEX #B256FA Medium Orchid

📋 copy color: '#B256FA'

red 178 ◦ green 86 ◦ blue 250

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

Shades of Medium Orchid #B256FA

Tints of Medium Orchid #B256FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.64%

R = 34.63%
G = 16.73%
B = 48.64%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B256FA (or 0xB256FA) is known color: Medium Orchid. HEX triplet: B2, 56 and FA. RGB value is (178,86,250). Sum of RGB (Red+Green+Blue) = 178+86+250=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 86 (33.98% from 255 or 16.73% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #B256FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B256FA is #4DA905. Grayscale: #838383. Windows color (decimal): -5089542 or 16406194. OLE color: 16406194.

HSL color Cylindrical-coordinate representation of color #B256FA: hue angle of 273.66º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B256FA is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 86 250 -
CMYK 0.29 0.66 0 0.02
HSL 273.66º 0.94% 0.66% -
HSV(B) 273.66º 0.66% 0.98% -
XYZ 38.94 23.02 92.83 -
YUV 132.2 194.48 160.66 -
System Red Green Blue C M Y K H S L
Decimal 178 86 250 0.29 0.66 0 0.02 273.66 0.94 0.66
Hex B2 56 FA 1D 42 0 2 112 5E 42
Octal 262 126 372 35 102 0 2 422 136 102
Binary 10110010 1010110 11111010 11101 1000010 0 10 100010010 1011110 1000010

Color Harmonies of #B256FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B256FA

Black with #B256FA

Text Example


Text Example

White with #B256FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B256FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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