Html Css Color HEX #B256FB Medium Orchid

📋 copy color: '#B256FB'

red 178 ◦ green 86 ◦ blue 251

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

Shades of Medium Orchid #B256FB

Tints of Medium Orchid #B256FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.74%

R = 34.56%
G = 16.7%
B = 48.74%

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

#B256FB (or 0xB256FB) is known color: Medium Orchid. HEX triplet: B2, 56 and FB. RGB value is (178,86,251). Sum of RGB (Red+Green+Blue) = 178+86+251=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 86 (33.98% from 255 or 16.70% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #B256FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B256FB is #4DA904. Grayscale: #838383. Windows color (decimal): -5089541 or 16471730. OLE color: 16471730.

HSL color Cylindrical-coordinate representation of color #B256FB: hue angle of 273.45º degrees, saturation: 0.95, 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 #B256FB is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 86 251 -
CMYK 0.29 0.66 0 0.02
HSL 273.45º 0.95% 0.66% -
HSV(B) 273.45º 0.66% 0.98% -
XYZ 39.1 23.09 93.66 -
YUV 132.32 194.98 160.58 -
System Red Green Blue C M Y K H S L
Decimal 178 86 251 0.29 0.66 0 0.02 273.45 0.95 0.66
Hex B2 56 FB 1D 42 0 2 111 5F 42
Octal 262 126 373 35 102 0 2 421 137 102
Binary 10110010 1010110 11111011 11101 1000010 0 10 100010001 1011111 1000010

Color Harmonies of #B256FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B256FB

Black with #B256FB

Text Example


Text Example

White with #B256FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B256FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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