Html Css Color HEX #B656DF Medium Orchid

📋 copy color: '#B656DF'

red 182 ◦ green 86 ◦ blue 223

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

Shades of Medium Orchid #B656DF

Tints of Medium Orchid #B656DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 37.07%
G = 17.52%
B = 45.42%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B656DF (or 0xB656DF) is known color: Medium Orchid. HEX triplet: B6, 56 and DF. RGB value is (182,86,223). Sum of RGB (Red+Green+Blue) = 182+86+223=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 86 (33.98% from 255 or 17.52% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #B656DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B656DF is #49A920. Grayscale: #818181. Windows color (decimal): -4827425 or 14636726. OLE color: 14636726.

HSL color Cylindrical-coordinate representation of color #B656DF: hue angle of 282.04º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B656DF is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 86 223 -
CMYK 0.18 0.61 0 0.13
HSL 282.04º 0.68% 0.61% -
HSV(B) 282.04º 0.61% 0.87% -
XYZ 35.94 21.93 72.15 -
YUV 130.32 180.3 164.86 -
System Red Green Blue C M Y K H S L
Decimal 182 86 223 0.18 0.61 0 0.13 282.04 0.68 0.61
Hex B6 56 DF 12 3D 0 D 11A 44 3D
Octal 266 126 337 22 75 0 15 432 104 75
Binary 10110110 1010110 11011111 10010 111101 0 1101 100011010 1000100 111101

Color Harmonies of #B656DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B656DF

Black with #B656DF

Text Example


Text Example

White with #B656DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B656DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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