Html Css Color HEX #B256F8 Medium Orchid

📋 copy color: '#B256F8'

red 178 ◦ green 86 ◦ blue 248

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

Shades of Medium Orchid #B256F8

Tints of Medium Orchid #B256F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 48.44%

R = 34.77%
G = 16.8%
B = 48.44%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B256F8 (or 0xB256F8) is known color: Medium Orchid. HEX triplet: B2, 56 and F8. RGB value is (178,86,248). Sum of RGB (Red+Green+Blue) = 178+86+248=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 86 (33.98% from 255 or 16.80% from 512); Blue value is 248 (97.27% from 255 or 48.44% from 512); Max value from RGB is 248 - color contains mainly: blue. Hex color #B256F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B256F8 is #4DA907. Grayscale: #838383. Windows color (decimal): -5089544 or 16275122. OLE color: 16275122.

HSL color Cylindrical-coordinate representation of color #B256F8: hue angle of 274.07º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B256F8 is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 178 86 248 -
CMYK 0.28 0.65 0 0.03
HSL 274.07º 0.92% 0.65% -
HSV(B) 274.07º 0.65% 0.97% -
XYZ 38.63 22.9 91.19 -
YUV 131.98 193.48 160.83 -
System Red Green Blue C M Y K H S L
Decimal 178 86 248 0.28 0.65 0 0.03 274.07 0.92 0.65
Hex B2 56 F8 1C 41 0 3 112 5C 41
Octal 262 126 370 34 101 0 3 422 134 101
Binary 10110010 1010110 11111000 11100 1000001 0 11 100010010 1011100 1000001

Color Harmonies of #B256F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B256F8

Black with #B256F8

Text Example


Text Example

White with #B256F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B256F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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