Html Css Color HEX #B256FF Medium Orchid

📋 copy color: '#B256FF'

red 178 ◦ green 86 ◦ blue 255

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

Shades of Medium Orchid #B256FF

Tints of Medium Orchid #B256FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.13%

R = 34.3%
G = 16.57%
B = 49.13%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B256FF (or 0xB256FF) is known color: Medium Orchid. HEX triplet: B2, 56 and FF. RGB value is (178,86,255). Sum of RGB (Red+Green+Blue) = 178+86+255=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 86 (33.98% from 255 or 16.57% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #B256FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B256FF is #4DA900. Grayscale: #848484. Windows color (decimal): -5089537 or 16733874. OLE color: 16733874.

HSL color Cylindrical-coordinate representation of color #B256FF: hue angle of 272.66º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B256FF is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 178 86 255 -
CMYK 0.30 0.66 0 0
HSL 272.66º 1% 0.67% -
HSV(B) 272.66º 0.66% 1% -
XYZ 39.74 23.34 97.02 -
YUV 132.77 196.98 160.26 -
System Red Green Blue C M Y K H S L
Decimal 178 86 255 0.30 0.66 0 0 272.66 1 0.67
Hex B2 56 FF 1E 42 0 0 111 64 43
Octal 262 126 377 36 102 0 0 421 144 103
Binary 10110010 1010110 11111111 11110 1000010 0 0 100010001 1100100 1000011

Color Harmonies of #B256FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B256FF

Black with #B256FF

Text Example


Text Example

White with #B256FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B256FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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