Html Css Color HEX #B656ED Medium Orchid

📋 copy color: '#B656ED'

red 182 ◦ green 86 ◦ blue 237

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

Shades of Medium Orchid #B656ED

Tints of Medium Orchid #B656ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.93%

R = 36.04%
G = 17.03%
B = 46.93%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B656ED (or 0xB656ED) is known color: Medium Orchid. HEX triplet: B6, 56 and ED. RGB value is (182,86,237). Sum of RGB (Red+Green+Blue) = 182+86+237=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 86 (33.98% from 255 or 17.03% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #B656ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B656ED is #49A912. Grayscale: #838383. Windows color (decimal): -4827411 or 15554230. OLE color: 15554230.

HSL color Cylindrical-coordinate representation of color #B656ED: hue angle of 278.15º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B656ED is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 86 237 -
CMYK 0.23 0.64 0 0.07
HSL 278.15º 0.81% 0.63% -
HSV(B) 278.15º 0.64% 0.93% -
XYZ 37.91 22.72 82.51 -
YUV 131.92 187.3 163.72 -
System Red Green Blue C M Y K H S L
Decimal 182 86 237 0.23 0.64 0 0.07 278.15 0.81 0.63
Hex B6 56 ED 17 40 0 7 116 51 3F
Octal 266 126 355 27 100 0 7 426 121 77
Binary 10110110 1010110 11101101 10111 1000000 0 111 100010110 1010001 111111

Color Harmonies of #B656ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B656ED

Black with #B656ED

Text Example


Text Example

White with #B656ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B656ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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