Html Css Color HEX #B656EF Medium Orchid

📋 copy color: '#B656EF'

red 182 ◦ green 86 ◦ blue 239

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

Shades of Medium Orchid #B656EF

Tints of Medium Orchid #B656EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.14%

R = 35.9%
G = 16.96%
B = 47.14%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B656EF (or 0xB656EF) is known color: Medium Orchid. HEX triplet: B6, 56 and EF. RGB value is (182,86,239). Sum of RGB (Red+Green+Blue) = 182+86+239=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 86 (33.98% from 255 or 16.96% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #B656EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B656EF is #49A910. Grayscale: #838383. Windows color (decimal): -4827409 or 15685302. OLE color: 15685302.

HSL color Cylindrical-coordinate representation of color #B656EF: hue angle of 277.65º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B656EF is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 86 239 -
CMYK 0.24 0.64 0 0.06
HSL 277.65º 0.83% 0.64% -
HSV(B) 277.65º 0.64% 0.94% -
XYZ 38.2 22.83 84.06 -
YUV 132.15 188.3 163.56 -
System Red Green Blue C M Y K H S L
Decimal 182 86 239 0.24 0.64 0 0.06 277.65 0.83 0.64
Hex B6 56 EF 18 40 0 6 116 53 40
Octal 266 126 357 30 100 0 6 426 123 100
Binary 10110110 1010110 11101111 11000 1000000 0 110 100010110 1010011 1000000

Color Harmonies of #B656EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B656EF

Black with #B656EF

Text Example


Text Example

White with #B656EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B656EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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