Html Css Color HEX #B656E8 Medium Orchid

📋 copy color: '#B656E8'

red 182 ◦ green 86 ◦ blue 232

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

Shades of Medium Orchid #B656E8

Tints of Medium Orchid #B656E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.4%

R = 36.4%
G = 17.2%
B = 46.4%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B656E8 (or 0xB656E8) is known color: Medium Orchid. HEX triplet: B6, 56 and E8. RGB value is (182,86,232). Sum of RGB (Red+Green+Blue) = 182+86+232=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 86 (33.98% from 255 or 17.2% from 500); Blue value is 232 (91.02% from 255 or 46.4% from 500); Max value from RGB is 232 - color contains mainly: blue. Hex color #B656E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B656E8 is #49A917. Grayscale: #828282. Windows color (decimal): -4827416 or 15226550. OLE color: 15226550.

HSL color Cylindrical-coordinate representation of color #B656E8: hue angle of 279.45º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B656E8 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 182 86 232 -
CMYK 0.22 0.63 0 0.09
HSL 279.45º 0.76% 0.62% -
HSV(B) 279.45º 0.63% 0.91% -
XYZ 37.18 22.43 78.71 -
YUV 131.35 184.8 164.13 -
System Red Green Blue C M Y K H S L
Decimal 182 86 232 0.22 0.63 0 0.09 279.45 0.76 0.62
Hex B6 56 E8 16 3F 0 9 117 4C 3E
Octal 266 126 350 26 77 0 11 427 114 76
Binary 10110110 1010110 11101000 10110 111111 0 1001 100010111 1001100 111110

Color Harmonies of #B656E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B656E8

Black with #B656E8

Text Example


Text Example

White with #B656E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B656E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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