Html Css Color HEX #B656F5 Medium Orchid

📋 copy color: '#B656F5'

red 182 ◦ green 86 ◦ blue 245

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

Shades of Medium Orchid #B656F5

Tints of Medium Orchid #B656F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.76%

R = 35.48%
G = 16.76%
B = 47.76%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B656F5 (or 0xB656F5) is known color: Medium Orchid. HEX triplet: B6, 56 and F5. RGB value is (182,86,245). Sum of RGB (Red+Green+Blue) = 182+86+245=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 86 (33.98% from 255 or 16.76% from 513); Blue value is 245 (96.09% from 255 or 47.76% from 513); Max value from RGB is 245 - color contains mainly: blue. Hex color #B656F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B656F5 is #49A90A. Grayscale: #848484. Windows color (decimal): -4827403 or 16078518. OLE color: 16078518.

HSL color Cylindrical-coordinate representation of color #B656F5: hue angle of 276.23º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B656F5 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 182 86 245 -
CMYK 0.26 0.65 0 0.04
HSL 276.23º 0.89% 0.65% -
HSV(B) 276.23º 0.65% 0.96% -
XYZ 39.1 23.19 88.8 -
YUV 132.83 191.3 163.07 -
System Red Green Blue C M Y K H S L
Decimal 182 86 245 0.26 0.65 0 0.04 276.23 0.89 0.65
Hex B6 56 F5 1A 41 0 4 114 59 41
Octal 266 126 365 32 101 0 4 424 131 101
Binary 10110110 1010110 11110101 11010 1000001 0 100 100010100 1011001 1000001

Color Harmonies of #B656F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B656F5

Black with #B656F5

Text Example


Text Example

White with #B656F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B656F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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