Html Css Color HEX #B656F8 Medium Orchid

📋 copy color: '#B656F8'

red 182 ◦ green 86 ◦ blue 248

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

Shades of Medium Orchid #B656F8

Tints of Medium Orchid #B656F8

RGB

 RED value IS 182 (71.48% from 255) = 35.27%

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

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

R = 35.27%
G = 16.67%
B = 48.06%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B656F8 (or 0xB656F8) is known color: Medium Orchid. HEX triplet: B6, 56 and F8. RGB value is (182,86,248). Sum of RGB (Red+Green+Blue) = 182+86+248=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 86 (33.98% from 255 or 16.67% from 516); Blue value is 248 (97.27% from 255 or 48.06% from 516); Max value from RGB is 248 - color contains mainly: blue. Hex color #B656F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B656F8 is #49A907. Grayscale: #848484. Windows color (decimal): -4827400 or 16275126. OLE color: 16275126.

HSL color Cylindrical-coordinate representation of color #B656F8: hue angle of 275.56º 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 #B656F8 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 182 86 248 -
CMYK 0.27 0.65 0 0.03
HSL 275.56º 0.92% 0.65% -
HSV(B) 275.56º 0.65% 0.97% -
XYZ 39.56 23.38 91.23 -
YUV 133.17 192.8 162.83 -
System Red Green Blue C M Y K H S L
Decimal 182 86 248 0.27 0.65 0 0.03 275.56 0.92 0.65
Hex B6 56 F8 1B 41 0 3 114 5C 41
Octal 266 126 370 33 101 0 3 424 134 101
Binary 10110110 1010110 11111000 11011 1000001 0 11 100010100 1011100 1000001

Color Harmonies of #B656F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B656F8

Black with #B656F8

Text Example


Text Example

White with #B656F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B656F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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